#219CFF

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

Shades of Dodger Blue #219CFF

Tints of Dodger Blue #219CFF

Color information

#219CFF (or 0x219CFF) is unknown color: approx Dodger Blue. HEX triplet: 21, 9C and FF. RGB value is (33,156,255). Sum of RGB (Red+Green+Blue) = 33+156+255=444 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.43% from 444); Green value is 156 (61.33% from 255 or 35.14% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #219CFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #219CFF is #DE6300. Grayscale: #818181. Windows color (decimal): -14574337 or 16751649. OLE color: 16751649.

HSL color Cylindrical-coordinate representation of color #219CFF: hue angle of 206.76º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #219CFF is Cyan = 0.87, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB33156255-
CMYK0.870.3900
HSL206.76º100%56.47%-
HSV(B)206.76º87.06%100%-
XYZ30.5731.3299.04-
YUV130.51198.2558.45-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.43%
GREEN value IS 156 (61.33% from 255) = 35.14%
BLUE value IS 255 (100% from 255) = 57.43%
R=7.43%
G=35.14%
B=57.43%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal331562550.870.3900206.7610056.47
Hex219CFF572700cf6438
Octal41234377127470031714470
Binary1000011001110011111111101011110011100110011111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,156,255); }

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

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

 a { background-color: rgb(33,156,255); }

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

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

 span { border-color: rgb(33,156,255); }

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