#218edb

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

Shades of Dodger Blue #218EDB

Tints of Dodger Blue #218EDB

Color information

#218EDB (or 0x218EDB) is unknown color: approx Dodger Blue. HEX triplet: 21, 8E and DB. RGB value is (33,142,219). Sum of RGB (Red+Green+Blue) = 33+142+219=394 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.38% from 394); Green value is 142 (55.86% from 255 or 36.04% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #218EDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218EDB is #DE7124. Grayscale: #757575. Windows color (decimal): -14577957 or 14388769. OLE color: 14388769.

HSL color Cylindrical-coordinate representation of color #218EDB: hue angle of 204.84º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #218EDB is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB33142219-
CMYK0.850.3500.14
HSL204.84º73.81%49.41%-
HSV(B)204.84º84.93%85.88%-
XYZ23.0924.7870.58-
YUV118.19184.8967.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.38%
GREEN value IS 142 (55.86% from 255) = 36.04%
BLUE value IS 219 (85.94% from 255) = 55.58%
R=8.38%
G=36.04%
B=55.58%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal331422190.850.3500.14204.8473.8149.41
Hex218EDB55230Ecd4a31
Octal412163331254301631511261
Binary1000011000111011011011101010110001101110110011011001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218edb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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