#219CFE

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

Shades of Dodger Blue #219CFE

Tints of Dodger Blue #219CFE

Color information

#219CFE (or 0x219CFE) is unknown color: approx Dodger Blue. HEX triplet: 21, 9C and FE. RGB value is (33,156,254). Sum of RGB (Red+Green+Blue) = 33+156+254=443 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.45% from 443); Green value is 156 (61.33% from 255 or 35.21% from 443); Blue value is 254 (99.61% from 255 or 57.34% from 443); Max value from RGB is 254 - color contains mainly: blue. Hex color #219CFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #219CFE is #DE6301. Grayscale: #818181. Windows color (decimal): -14574338 or 16686113. OLE color: 16686113.

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

Color convert

RGB33156254-
CMYK0.870.3900.00
HSL206.61º99.1%56.27%-
HSV(B)206.61º87.01%99.61%-
XYZ30.4131.2698.2-
YUV130.39197.7558.53-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.45%
GREEN value IS 156 (61.33% from 255) = 35.21%
BLUE value IS 254 (99.61% from 255) = 57.34%
R=7.45%
G=35.21%
B=57.34%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal331562540.870.3900.00206.6199.156.27
Hex219CFE572700cf6338
Octal41234376127470031714370
Binary1000011001110011111110101011110011100110011111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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