#217FDD

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

Shades of Dodger Blue #217FDD

Tints of Dodger Blue #217FDD

Color information

#217FDD (or 0x217FDD) is unknown color: approx Dodger Blue. HEX triplet: 21, 7F and DD. RGB value is (33,127,221). Sum of RGB (Red+Green+Blue) = 33+127+221=381 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.66% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #217FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217FDD is #DE8022. Grayscale: #6D6D6D. Windows color (decimal): -14581795 or 14516001. OLE color: 14516001.

HSL color Cylindrical-coordinate representation of color #217FDD: hue angle of 210º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #217FDD is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB33127221-
CMYK0.850.4300.13
HSL210º74.02%49.8%-
HSV(B)210º85.07%86.67%-
XYZ21.2720.7271.29-
YUV109.61190.8673.36-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.66%
GREEN value IS 127 (50% from 255) = 33.33%
BLUE value IS 221 (86.72% from 255) = 58.01%
R=8.66%
G=33.33%
B=58.01%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal331272210.850.4300.1321074.0249.8
Hex217FDD552B0Dd24a32
Octal411773351255301532211262
Binary100001111111111011101101010110101101101110100101001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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