Shades of Dodger Blue #019BF1
Tints of Dodger Blue #019BF1
RGB
CMYK
RGB Variations
Color information
#019BF1 (or 0x019BF1) is known color: Dodger Blue. HEX triplet: 01, 9B and F1. RGB value is (1,155,241). Sum of RGB (Red+Green+Blue) = 1+155+241=397 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 397); Green value is 155 (60.94% from 255 or 39.04% from 397); Blue value is 241 (94.53% from 255 or 60.71% from 397); Max value from RGB is 241 - color contains mainly: blue. Hex color #019BF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019BF1 is #FE640E. Grayscale: #767676. Windows color (decimal): -16671759 or 15833857. OLE color: 15833857.
HSL color Cylindrical-coordinate representation of color #019BF1: hue angle of 201.5º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019BF1 is Cyan = 1.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 155 | 241 | - |
| CMYK | 1.00 | 0.36 | 0 | 0.05 |
| HSL | 201.5º | 0.99% | 0.47% | - |
| HSV(B) | 201.5º | 1% | 0.95% | - |
| XYZ | 27.61 | 29.8 | 87.52 | - |
| YUV | 118.76 | 196.98 | 44.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 155 | 241 | 1.00 | 0.36 | 0 | 0.05 | 201.5 | 0.99 | 0.47 |
| Hex | 1 | 9B | F1 | 64 | 24 | 0 | 5 | CA | 63 | 2F |
| Octal | 1 | 233 | 361 | 144 | 44 | 0 | 5 | 312 | 143 | 57 |
| Binary | 1 | 10011011 | 11110001 | 1100100 | 100100 | 0 | 101 | 11001010 | 1100011 | 101111 |
Color Harmonies of #019BF1
Complementary color
Monochromatic Colors of #019BF1
Black with #019BF1
Text Example
Text Example
White with #019BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019BF1; }
p { color: rgb(1,155,241); }
H1.HeaderClassName
{
color: #019BF1;
}
.AnyTagClassName
{
color: #019BF1;
}
</style>
background-color css
<style>
a { background-color: #019BF1; }
a { background-color: rgb(1,155,241); }
div.DivClassName
{
background-color: #019BF1;
}
.BgClassName
{
background-color: #019BF1;
}
</style>
border-color css
<style>
span { border-color: #019BF1; }
span { border-color: rgb(1,155,241); }
td.TdClassName
{
border-color: #019BF1;
}
.TagClassName
{
border-color: #019BF1;
}
</style>