Shades of Dodger Blue #019BFB
Tints of Dodger Blue #019BFB
RGB
CMYK
RGB Variations
Color information
#019BFB (or 0x019BFB) is known color: Dodger Blue. HEX triplet: 01, 9B and FB. RGB value is (1,155,251). Sum of RGB (Red+Green+Blue) = 1+155+251=407 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 407); Green value is 155 (60.94% from 255 or 38.08% from 407); Blue value is 251 (98.44% from 255 or 61.67% from 407); Max value from RGB is 251 - color contains mainly: blue. Hex color #019BFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019BFB is #FE6404. Grayscale: #777777. Windows color (decimal): -16671749 or 16489217. OLE color: 16489217.
HSL color Cylindrical-coordinate representation of color #019BFB: hue angle of 203.04º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019BFB is Cyan = 1.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 155 | 251 | - |
| CMYK | 1.00 | 0.38 | 0 | 0.02 |
| HSL | 203.04º | 0.99% | 0.49% | - |
| HSV(B) | 203.04º | 1% | 0.98% | - |
| XYZ | 29.15 | 30.41 | 95.6 | - |
| YUV | 119.9 | 201.98 | 43.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 155 | 251 | 1.00 | 0.38 | 0 | 0.02 | 203.04 | 0.99 | 0.49 |
| Hex | 1 | 9B | FB | 64 | 26 | 0 | 2 | CB | 63 | 31 |
| Octal | 1 | 233 | 373 | 144 | 46 | 0 | 2 | 313 | 143 | 61 |
| Binary | 1 | 10011011 | 11111011 | 1100100 | 100110 | 0 | 10 | 11001011 | 1100011 | 110001 |
Color Harmonies of #019BFB
Complementary color
Monochromatic Colors of #019BFB
Black with #019BFB
Text Example
Text Example
White with #019BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019BFB; }
p { color: rgb(1,155,251); }
H1.HeaderClassName
{
color: #019BFB;
}
.AnyTagClassName
{
color: #019BFB;
}
</style>
background-color css
<style>
a { background-color: #019BFB; }
a { background-color: rgb(1,155,251); }
div.DivClassName
{
background-color: #019BFB;
}
.BgClassName
{
background-color: #019BFB;
}
</style>
border-color css
<style>
span { border-color: #019BFB; }
span { border-color: rgb(1,155,251); }
td.TdClassName
{
border-color: #019BFB;
}
.TagClassName
{
border-color: #019BFB;
}
</style>