Shades of Dodger Blue #219CFF
Tints of Dodger Blue #219CFF
RGB
CMYK
RGB Variations
Color information
#219CFF (or 0x219CFF) is known color: 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
| RGB | 33 | 156 | 255 | - |
| CMYK | 0.87 | 0.39 | 0 | 0 |
| HSL | 206.76º | 1% | 0.56% | - |
| HSV(B) | 206.76º | 0.87% | 1% | - |
| XYZ | 30.57 | 31.32 | 99.04 | - |
| YUV | 130.51 | 198.25 | 58.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 156 | 255 | 0.87 | 0.39 | 0 | 0 | 206.76 | 1 | 0.56 |
| Hex | 21 | 9C | FF | 57 | 27 | 0 | 0 | CF | 64 | 38 |
| Octal | 41 | 234 | 377 | 127 | 47 | 0 | 0 | 317 | 144 | 70 |
| Binary | 100001 | 10011100 | 11111111 | 1010111 | 100111 | 0 | 0 | 11001111 | 1100100 | 111000 |
Color Harmonies of #219CFF
Complementary color
Monochromatic Colors of #219CFF
Black with #219CFF
Text Example
Text Example
White with #219CFF
Text Example
Text Example
HTML Codes & Css Web 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>