COLOR #4280D7

HEX: #4280D7
RGB: (66,128,215)

Color info

#4280D7 contains mainly blue color. Web safe color of #4280D7 is #3366CC (or #36C).

RGB color model

#4280D7 color RGB value is (66,128,215).

  • red value is 66;
  • green value is 128;
  • blue value is 215.
RGB:
(66,128,215)
(26%,50%,84%)

RGB channels and saturation

R 66 of 255 = 26%
G 128 of 255 = 50%
B 215 of 255 = 84%

66
128
215

R + G + B ~ 53%. #4280D7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
66 + 128 + 215 = 409 (100%)
R 66 of 409 ~ 16.14%
G 128 of 409 ~ 31.3%
B 215 of 409 ~ 52.57%

%16.14
%31.3
%52.57

CMYK color model

#4280D7 color CMYK value is (69,40,0,16).

  • cyan value is 69.30%
  • magenta value is 40.47%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(69,40,0,16)
C69M40Y0K16 
(69%,40%,0%,16%)
(0.69/0.40/0.00/0.16)	

CMYK percentages

%69.3
%40.47
%0
%15.69

Codes

Color #4280D7 in popluar color models

4280D7
RGB66128215
HSL215°65.07%55.10%
HSB/HSV215°69.30%84.31%
CMYK69.30%40.47%0.00%
15.69%

Color #4280D7 in popluar number systems.

HEX4280D7
Decimal66128215
Binary10000101000000011010111
Octal102200327

Shades and tints

Shades of #4280D7

#4280D7
(66,128,215)
#3C75C4
(60,117,196)
#366AB1
(54,106,177)
#305F9E
(48,95,158)
#2A548B
(42,84,139)
#244978
(36,73,120)
#1E3E65
(30,62,101)
#183352
(24,51,82)
#12283F
(18,40,63)
#0C1D2C
(12,29,44)
#061219
(6,18,25)
#000000
(0,0,0)

Tints of #4280D7

#4280D7
(66,128,215)
#538BDA
(83,139,218)
#6496DD
(100,150,221)
#75A1E0
(117,161,224)
#86ACE3
(134,172,227)
#97B7E6
(151,183,230)
#A8C2E9
(168,194,233)
#B9CDEC
(185,205,236)
#CAD8EF
(202,216,239)
#DBE3F2
(219,227,242)
#ECEEF5
(236,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4280D7 color. Also use rgb(66,128,215) instead hex code.

Text Font Color

.myTextColor { color: #4280D7; }

<p style="color:#4280D7">This sample text font color is #4280D7.</p>

This text font color is #4280D7.


Background Color

.myBgColor { background-color: #4280D7; }

<div style="background-color:#4280D7">Inner text</div>

This div background color is #4280D7.


Border color

.myBorderColor { border: 1px solid #4280D7; }

<div style="border:3px solid #4280D7">Div</div>

This div border color is #4280D7.


Opacity

.myOpacity80 { color: #4280D7; opacity: 0.8; }

<p style="color:#4280D7;opacity:0.8;">80%</p>

Text with #4280D7 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #4280D7;}

<p style="text-shadow: 3px 3px 1px #4280D7">Text here.</p>

This text has shadow with #4280D7 color.

.textShadow {text-shadow: 3px 3px 1px #4280D7, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #4280D7, 5px 5px 20px red">Text here.</p>

This text has shadow with #4280D7 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4280D7, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#4280D7, Direction=45, Strength=4)">Text</p>

This text has shadow with #4280D7 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #4280D7;
  -webkit-box-shadow:	1px 1px 3px 2px #4280D7;
  box-shadow:		1px 1px 3px 2px #4280D7;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4280D7;
-webkit-box-shadow: 1px 1px 3px 2px #4280D7;
box-shadow:1px 1px 3px 2px #4280D7;">
Div content here</div>
This div box has shadow with color #4280D7.

Preview

Color preview on black background

This text has color #4280D7 on black background.


Color preview on white background

This text has color #4280D7 on white background.



Black color preview on #4280D7 background

This text has black color on #4280D7 background.


White color preview on #4280D7 background

This text has white color on #4280D7 background.