#217DF2

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

Shades of Dodger Blue #217DF2

Tints of Dodger Blue #217DF2

Color information

#217DF2 (or 0x217DF2) is unknown color: approx Dodger Blue. HEX triplet: 21, 7D and F2. RGB value is (33,125,242). Sum of RGB (Red+Green+Blue) = 33+125+242=400 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.25% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 242 (94.92% from 255 or 60.5% from 400); Max value from RGB is 242 - color contains mainly: blue. Hex color #217DF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #217DF2 is #DE820D. Grayscale: #6E6E6E. Windows color (decimal): -14582286 or 15891745. OLE color: 15891745.

HSL color Cylindrical-coordinate representation of color #217DF2: hue angle of 213.59º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #217DF2 is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB33125242-
CMYK0.860.4800.05
HSL213.59º88.94%53.92%-
HSV(B)213.59º86.36%94.9%-
XYZ23.9921.486.87-
YUV110.83202.0272.49-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.25%
GREEN value IS 125 (49.22% from 255) = 31.25%
BLUE value IS 242 (94.92% from 255) = 60.5%
R=8.25%
G=31.25%
B=60.5%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal331252420.860.4800.05213.5988.9453.92
Hex217DF2563005d65936
Octal41175362126600532613166
Binary10000111111011111001010101101100000101110101101011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,125,242); }

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

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

 a { background-color: rgb(33,125,242); }

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

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

 span { border-color: rgb(33,125,242); }

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