#217FED

Color #217FED Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #217FED

Tints of Dodger Blue #217FED

Color information

#217FED (or 0x217FED) is unknown color: approx Dodger Blue. HEX triplet: 21, 7F and ED. RGB value is (33,127,237). Sum of RGB (Red+Green+Blue) = 33+127+237=397 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.31% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 237 (92.97% from 255 or 59.70% from 397); Max value from RGB is 237 - color contains mainly: blue. Hex color #217FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #217FED is #DE8012. Grayscale: #6E6E6E. Windows color (decimal): -14581779 or 15564577. OLE color: 15564577.

HSL color Cylindrical-coordinate representation of color #217FED: hue angle of 212.35º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #217FED is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB33127237-
CMYK0.860.4600.07
HSL212.35º85%52.94%-
HSV(B)212.35º86.08%92.94%-
XYZ23.521.6283.05-
YUV111.43198.8672.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 33 (13.28% from 255) = 8.31%
GREEN value IS 127 (50% from 255) = 31.99%
BLUE value IS 237 (92.97% from 255) = 59.70%
R=8.31%
G=31.99%
B=59.70%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal331272370.860.4600.07212.358552.94
Hex217FED562E07d45535
Octal41177355126560732412565
Binary10000111111111110110110101101011100111110101001010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217FED; }

 p { color: rgb(33,127,237); }

 H1.HeaderClassName
 {
   color: #217FED;
 }
 .AnyTagClassName
 {
   color: #217FED;
 }
</style>
background-color css

<style>
 a { background-color: #217FED; }

 a { background-color: rgb(33,127,237); }

 div.DivClassName
 {
   background-color: #217FED;
 }
 .BgClassName
 {
   background-color: #217FED;
 }
</style>
border-color css

<style>
 span { border-color: #217FED; }

 span { border-color: rgb(33,127,237); }

 td.TdClassName
 {
   border-color: #217FED;
 }
 .TagClassName
 {
   border-color: #217FED;
 }
</style>