Shades of Dodger Blue #219BFF
Tints of Dodger Blue #219BFF
RGB
CMYK
RGB Variations
Color information
#219BFF (or 0x219BFF) is known color: Dodger Blue. HEX triplet: 21, 9B and FF. RGB value is (33,155,255). Sum of RGB (Red+Green+Blue) = 33+155+255=443 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.45% from 443); Green value is 155 (60.94% from 255 or 34.99% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #219BFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #219BFF is #DE6400. Grayscale: #818181. Windows color (decimal): -14574593 or 16751393. OLE color: 16751393.
HSL color Cylindrical-coordinate representation of color #219BFF: hue angle of 207.03º 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 #219BFF is Cyan = 0.87, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 155 | 255 | - |
| CMYK | 0.87 | 0.39 | 0 | 0 |
| HSL | 207.03º | 1% | 0.56% | - |
| HSV(B) | 207.03º | 0.87% | 1% | - |
| XYZ | 30.4 | 30.99 | 98.99 | - |
| YUV | 129.92 | 198.58 | 58.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 155 | 255 | 0.87 | 0.39 | 0 | 0 | 207.03 | 1 | 0.56 |
| Hex | 21 | 9B | FF | 57 | 27 | 0 | 0 | CF | 64 | 38 |
| Octal | 41 | 233 | 377 | 127 | 47 | 0 | 0 | 317 | 144 | 70 |
| Binary | 100001 | 10011011 | 11111111 | 1010111 | 100111 | 0 | 0 | 11001111 | 1100100 | 111000 |
Color Harmonies of #219BFF
Complementary color
Monochromatic Colors of #219BFF
Black with #219BFF
Text Example
Text Example
White with #219BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219BFF; }
p { color: rgb(33,155,255); }
H1.HeaderClassName
{
color: #219BFF;
}
.AnyTagClassName
{
color: #219BFF;
}
</style>
background-color css
<style>
a { background-color: #219BFF; }
a { background-color: rgb(33,155,255); }
div.DivClassName
{
background-color: #219BFF;
}
.BgClassName
{
background-color: #219BFF;
}
</style>
border-color css
<style>
span { border-color: #219BFF; }
span { border-color: rgb(33,155,255); }
td.TdClassName
{
border-color: #219BFF;
}
.TagClassName
{
border-color: #219BFF;
}
</style>