#219aef

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

Shades of Dodger Blue #219AEF

Tints of Dodger Blue #219AEF

Color information

#219AEF (or 0x219AEF) is unknown color: approx Dodger Blue. HEX triplet: 21, 9A and EF. RGB value is (33,154,239). Sum of RGB (Red+Green+Blue) = 33+154+239=426 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.75% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 239 (93.75% from 255 or 56.10% from 426); Max value from RGB is 239 - color contains mainly: blue. Hex color #219AEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #219AEF is #DE6510. Grayscale: #7F7F7F. Windows color (decimal): -14574865 or 15702561. OLE color: 15702561.

HSL color Cylindrical-coordinate representation of color #219AEF: hue angle of 204.76º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #219AEF is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB33154239-
CMYK0.860.3600.06
HSL204.76º86.55%53.33%-
HSV(B)204.76º86.19%93.73%-
XYZ27.7629.6785.92-
YUV127.51190.9160.59-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.75%
GREEN value IS 154 (60.55% from 255) = 36.15%
BLUE value IS 239 (93.75% from 255) = 56.10%
R=7.75%
G=36.15%
B=56.10%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal331542390.860.3600.06204.7686.5553.33
Hex219AEF562406cd5735
Octal41232357126440631512765
Binary100001100110101110111110101101001000110110011011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219aef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #219aef; }

 p { color: rgb(33,154,239); }

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

<style>
 a { background-color: #219aef; }

 a { background-color: rgb(33,154,239); }

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

<style>
 span { border-color: #219aef; }

 span { border-color: rgb(33,154,239); }

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