#218CE2

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

Shades of Dodger Blue #218CE2

Tints of Dodger Blue #218CE2

Color information

#218CE2 (or 0x218CE2) is unknown color: approx Dodger Blue. HEX triplet: 21, 8C and E2. RGB value is (33,140,226). Sum of RGB (Red+Green+Blue) = 33+140+226=399 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.27% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 226 (88.67% from 255 or 56.64% from 399); Max value from RGB is 226 - color contains mainly: blue. Hex color #218CE2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218CE2 is #DE731D. Grayscale: #757575. Windows color (decimal): -14578462 or 14847009. OLE color: 14847009.

HSL color Cylindrical-coordinate representation of color #218CE2: hue angle of 206.74º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #218CE2 is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB33140226-
CMYK0.850.3800.11
HSL206.74º76.89%50.78%-
HSV(B)206.74º85.4%88.63%-
XYZ23.7324.5775.44-
YUV117.81189.0567.51-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.27%
GREEN value IS 140 (55.08% from 255) = 35.09%
BLUE value IS 226 (88.67% from 255) = 56.64%
R=8.27%
G=35.09%
B=56.64%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal331402260.850.3800.11206.7476.8950.78
Hex218CE255260Bcf4d33
Octal412143421254601331711563
Binary1000011000110011100010101010110011001011110011111001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218CE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218CE2; }

 p { color: rgb(33,140,226); }

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

<style>
 a { background-color: #218CE2; }

 a { background-color: rgb(33,140,226); }

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

<style>
 span { border-color: #218CE2; }

 span { border-color: rgb(33,140,226); }

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