Shades of Dodger Blue #219DFE
Tints of Dodger Blue #219DFE
RGB
CMYK
RGB Variations
Color information
#219DFE (or 0x219DFE) is known color: Dodger Blue. HEX triplet: 21, 9D and FE. RGB value is (33,157,254). Sum of RGB (Red+Green+Blue) = 33+157+254=444 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.43% from 444); Green value is 157 (61.72% from 255 or 35.36% from 444); Blue value is 254 (99.61% from 255 or 57.21% from 444); Max value from RGB is 254 - color contains mainly: blue. Hex color #219DFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #219DFE is #DE6201. Grayscale: #828282. Windows color (decimal): -14574082 or 16686369. OLE color: 16686369.
HSL color Cylindrical-coordinate representation of color #219DFE: hue angle of 206.33º 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 #219DFE is Cyan = 0.87, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 33 | 157 | 254 | - |
| CMYK | 0.87 | 0.38 | 0 | 0.00 |
| HSL | 206.33º | 0.99% | 0.56% | - |
| HSV(B) | 206.33º | 0.87% | 1% | - |
| XYZ | 30.57 | 31.59 | 98.25 | - |
| YUV | 130.98 | 197.42 | 58.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 157 | 254 | 0.87 | 0.38 | 0 | 0.00 | 206.33 | 0.99 | 0.56 |
| Hex | 21 | 9D | FE | 57 | 26 | 0 | 0 | CE | 63 | 38 |
| Octal | 41 | 235 | 376 | 127 | 46 | 0 | 0 | 316 | 143 | 70 |
| Binary | 100001 | 10011101 | 11111110 | 1010111 | 100110 | 0 | 0 | 11001110 | 1100011 | 111000 |
Color Harmonies of #219DFE
Complementary color
Monochromatic Colors of #219DFE
Black with #219DFE
Text Example
Text Example
White with #219DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219DFE; }
p { color: rgb(33,157,254); }
H1.HeaderClassName
{
color: #219DFE;
}
.AnyTagClassName
{
color: #219DFE;
}
</style>
background-color css
<style>
a { background-color: #219DFE; }
a { background-color: rgb(33,157,254); }
div.DivClassName
{
background-color: #219DFE;
}
.BgClassName
{
background-color: #219DFE;
}
</style>
border-color css
<style>
span { border-color: #219DFE; }
span { border-color: rgb(33,157,254); }
td.TdClassName
{
border-color: #219DFE;
}
.TagClassName
{
border-color: #219DFE;
}
</style>