#218EF4

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

Shades of Dodger Blue #218EF4

Tints of Dodger Blue #218EF4

Color information

#218EF4 (or 0x218EF4) is unknown color: approx Dodger Blue. HEX triplet: 21, 8E and F4. RGB value is (33,142,244). Sum of RGB (Red+Green+Blue) = 33+142+244=419 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.88% from 419); Green value is 142 (55.86% from 255 or 33.89% from 419); Blue value is 244 (95.70% from 255 or 58.23% from 419); Max value from RGB is 244 - color contains mainly: blue. Hex color #218EF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #218EF4 is #DE710B. Grayscale: #787878. Windows color (decimal): -14577932 or 16027169. OLE color: 16027169.

HSL color Cylindrical-coordinate representation of color #218EF4: hue angle of 209º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #218EF4 is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB33142244-
CMYK0.860.4200.04
HSL209º90.56%54.31%-
HSV(B)209º86.48%95.69%-
XYZ26.6326.289.24-
YUV121.04197.3965.21-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.88%
GREEN value IS 142 (55.86% from 255) = 33.89%
BLUE value IS 244 (95.70% from 255) = 58.23%
R=7.88%
G=33.89%
B=58.23%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal331422440.860.4200.0420990.5654.31
Hex218EF4562A04d15b36
Octal41216364126520432113366
Binary100001100011101111010010101101010100100110100011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218EF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,142,244); }

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

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

 a { background-color: rgb(33,142,244); }

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

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

 span { border-color: rgb(33,142,244); }

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