Shades of Dodger Blue #019BFC
Tints of Dodger Blue #019BFC
RGB
CMYK
RGB Variations
Color information
#019BFC (or 0x019BFC) is known color: Dodger Blue. HEX triplet: 01, 9B and FC. RGB value is (1,155,252). Sum of RGB (Red+Green+Blue) = 1+155+252=408 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 408); Green value is 155 (60.94% from 255 or 37.99% from 408); Blue value is 252 (98.83% from 255 or 61.76% from 408); Max value from RGB is 252 - color contains mainly: blue. Hex color #019BFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019BFC is #FE6403. Grayscale: #777777. Windows color (decimal): -16671748 or 16554753. OLE color: 16554753.
HSL color Cylindrical-coordinate representation of color #019BFC: hue angle of 203.19º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019BFC is Cyan = 1.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 155 | 252 | - |
| CMYK | 1.00 | 0.38 | 0 | 0.01 |
| HSL | 203.19º | 0.99% | 0.5% | - |
| HSV(B) | 203.19º | 1% | 0.99% | - |
| XYZ | 29.3 | 30.48 | 96.43 | - |
| YUV | 120.01 | 202.48 | 43.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 155 | 252 | 1.00 | 0.38 | 0 | 0.01 | 203.19 | 0.99 | 0.5 |
| Hex | 1 | 9B | FC | 64 | 26 | 0 | 1 | CB | 63 | 32 |
| Octal | 1 | 233 | 374 | 144 | 46 | 0 | 1 | 313 | 143 | 62 |
| Binary | 1 | 10011011 | 11111100 | 1100100 | 100110 | 0 | 1 | 11001011 | 1100011 | 110010 |
Color Harmonies of #019BFC
Complementary color
Monochromatic Colors of #019BFC
Black with #019BFC
Text Example
Text Example
White with #019BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019BFC; }
p { color: rgb(1,155,252); }
H1.HeaderClassName
{
color: #019BFC;
}
.AnyTagClassName
{
color: #019BFC;
}
</style>
background-color css
<style>
a { background-color: #019BFC; }
a { background-color: rgb(1,155,252); }
div.DivClassName
{
background-color: #019BFC;
}
.BgClassName
{
background-color: #019BFC;
}
</style>
border-color css
<style>
span { border-color: #019BFC; }
span { border-color: rgb(1,155,252); }
td.TdClassName
{
border-color: #019BFC;
}
.TagClassName
{
border-color: #019BFC;
}
</style>