Shades of Dodger Blue #219FFF
Tints of Dodger Blue #219FFF
RGB
CMYK
RGB Variations
Color information
#219FFF (or 0x219FFF) is known color: Dodger Blue. HEX triplet: 21, 9F and FF. RGB value is (33,159,255). Sum of RGB (Red+Green+Blue) = 33+159+255=447 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.38% from 447); Green value is 159 (62.5% from 255 or 35.57% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #219FFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #219FFF is #DE6000. Grayscale: #838383. Windows color (decimal): -14573569 or 16752417. OLE color: 16752417.
HSL color Cylindrical-coordinate representation of color #219FFF: hue angle of 205.95º 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 #219FFF is Cyan = 0.87, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 159 | 255 | - |
| CMYK | 0.87 | 0.38 | 0 | 0 |
| HSL | 205.95º | 1% | 0.56% | - |
| HSV(B) | 205.95º | 0.87% | 1% | - |
| XYZ | 31.08 | 32.34 | 99.21 | - |
| YUV | 132.27 | 197.26 | 57.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 159 | 255 | 0.87 | 0.38 | 0 | 0 | 205.95 | 1 | 0.56 |
| Hex | 21 | 9F | FF | 57 | 26 | 0 | 0 | CE | 64 | 38 |
| Octal | 41 | 237 | 377 | 127 | 46 | 0 | 0 | 316 | 144 | 70 |
| Binary | 100001 | 10011111 | 11111111 | 1010111 | 100110 | 0 | 0 | 11001110 | 1100100 | 111000 |
Color Harmonies of #219FFF
Complementary color
Monochromatic Colors of #219FFF
Black with #219FFF
Text Example
Text Example
White with #219FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219FFF; }
p { color: rgb(33,159,255); }
H1.HeaderClassName
{
color: #219FFF;
}
.AnyTagClassName
{
color: #219FFF;
}
</style>
background-color css
<style>
a { background-color: #219FFF; }
a { background-color: rgb(33,159,255); }
div.DivClassName
{
background-color: #219FFF;
}
.BgClassName
{
background-color: #219FFF;
}
</style>
border-color css
<style>
span { border-color: #219FFF; }
span { border-color: rgb(33,159,255); }
td.TdClassName
{
border-color: #219FFF;
}
.TagClassName
{
border-color: #219FFF;
}
</style>