Shades of Dodger Blue #219CEF
Tints of Dodger Blue #219CEF
RGB
CMYK
RGB Variations
Color information
#219CEF (or 0x219CEF) is known color: Dodger Blue. HEX triplet: 21, 9C and EF. RGB value is (33,156,239). Sum of RGB (Red+Green+Blue) = 33+156+239=428 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.71% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 239 (93.75% from 255 or 55.84% from 428); Max value from RGB is 239 - color contains mainly: blue. Hex color #219CEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #219CEF is #DE6310. Grayscale: #808080. Windows color (decimal): -14574353 or 15703073. OLE color: 15703073.
HSL color Cylindrical-coordinate representation of color #219CEF: hue angle of 204.17º 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 #219CEF is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 33 | 156 | 239 | - |
| CMYK | 0.86 | 0.35 | 0 | 0.06 |
| HSL | 204.17º | 0.87% | 0.53% | - |
| HSV(B) | 204.17º | 0.86% | 0.94% | - |
| XYZ | 28.1 | 30.33 | 86.04 | - |
| YUV | 128.69 | 190.25 | 59.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 156 | 239 | 0.86 | 0.35 | 0 | 0.06 | 204.17 | 0.87 | 0.53 |
| Hex | 21 | 9C | EF | 56 | 23 | 0 | 6 | CC | 57 | 35 |
| Octal | 41 | 234 | 357 | 126 | 43 | 0 | 6 | 314 | 127 | 65 |
| Binary | 100001 | 10011100 | 11101111 | 1010110 | 100011 | 0 | 110 | 11001100 | 1010111 | 110101 |
Color Harmonies of #219CEF
Complementary color
Monochromatic Colors of #219CEF
Black with #219CEF
Text Example
Text Example
White with #219CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219CEF; }
p { color: rgb(33,156,239); }
H1.HeaderClassName
{
color: #219CEF;
}
.AnyTagClassName
{
color: #219CEF;
}
</style>
background-color css
<style>
a { background-color: #219CEF; }
a { background-color: rgb(33,156,239); }
div.DivClassName
{
background-color: #219CEF;
}
.BgClassName
{
background-color: #219CEF;
}
</style>
border-color css
<style>
span { border-color: #219CEF; }
span { border-color: rgb(33,156,239); }
td.TdClassName
{
border-color: #219CEF;
}
.TagClassName
{
border-color: #219CEF;
}
</style>