#217CE1

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

Shades of Dodger Blue #217CE1

Tints of Dodger Blue #217CE1

Color information

#217CE1 (or 0x217CE1) is unknown color: approx Dodger Blue. HEX triplet: 21, 7C and E1. RGB value is (33,124,225). Sum of RGB (Red+Green+Blue) = 33+124+225=382 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.64% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 225 (88.28% from 255 or 58.90% from 382); Max value from RGB is 225 - color contains mainly: blue. Hex color #217CE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217CE1 is #DE831E. Grayscale: #6B6B6B. Windows color (decimal): -14582559 or 14777377. OLE color: 14777377.

HSL color Cylindrical-coordinate representation of color #217CE1: hue angle of 211.56º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #217CE1 is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB33124225-
CMYK0.850.4500.12
HSL211.56º76.19%50.59%-
HSV(B)211.56º85.33%88.24%-
XYZ21.4320.1774-
YUV108.3193.8574.29-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.64%
GREEN value IS 124 (48.83% from 255) = 32.46%
BLUE value IS 225 (88.28% from 255) = 58.90%
R=8.64%
G=32.46%
B=58.90%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal331242250.850.4500.12211.5676.1950.59
Hex217CE1552D0Cd44c33
Octal411743411255501432411463
Binary100001111110011100001101010110110101100110101001001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,124,225); }

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

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

 a { background-color: rgb(33,124,225); }

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

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

 span { border-color: rgb(33,124,225); }

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