#218ADD

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

Shades of Dodger Blue #218ADD

Tints of Dodger Blue #218ADD

Color information

#218ADD (or 0x218ADD) is unknown color: approx Dodger Blue. HEX triplet: 21, 8A and DD. RGB value is (33,138,221). Sum of RGB (Red+Green+Blue) = 33+138+221=392 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.42% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 221 (86.72% from 255 or 56.38% from 392); Max value from RGB is 221 - color contains mainly: blue. Hex color #218ADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218ADD is #DE7522. Grayscale: #737373. Windows color (decimal): -14578979 or 14518817. OLE color: 14518817.

HSL color Cylindrical-coordinate representation of color #218ADD: hue angle of 206.49º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #218ADD is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB33138221-
CMYK0.850.3800.13
HSL206.49º74.02%49.8%-
HSV(B)206.49º85.07%86.67%-
XYZ22.7723.7271.79-
YUV116.07187.2168.75-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.42%
GREEN value IS 138 (54.30% from 255) = 35.20%
BLUE value IS 221 (86.72% from 255) = 56.38%
R=8.42%
G=35.20%
B=56.38%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal331382210.850.3800.13206.4974.0249.8
Hex218ADD55260Dce4a32
Octal412123351254601531611262
Binary1000011000101011011101101010110011001101110011101001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,138,221); }

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

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

 a { background-color: rgb(33,138,221); }

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

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

 span { border-color: rgb(33,138,221); }

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