Shades of Dodger Blue #019BED
Tints of Dodger Blue #019BED
RGB
CMYK
RGB Variations
Color information
#019BED (or 0x019BED) is known color: Dodger Blue. HEX triplet: 01, 9B and ED. RGB value is (1,155,237). Sum of RGB (Red+Green+Blue) = 1+155+237=393 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 393); Green value is 155 (60.94% from 255 or 39.44% from 393); Blue value is 237 (92.97% from 255 or 60.31% from 393); Max value from RGB is 237 - color contains mainly: blue. Hex color #019BED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019BED is #FE6412. Grayscale: #757575. Windows color (decimal): -16671763 or 15571713. OLE color: 15571713.
HSL color Cylindrical-coordinate representation of color #019BED: hue angle of 200.85º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019BED is Cyan = 1.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 155 | 237 | - |
| CMYK | 1.00 | 0.35 | 0 | 0.07 |
| HSL | 200.85º | 0.99% | 0.47% | - |
| HSV(B) | 200.85º | 1% | 0.93% | - |
| XYZ | 27.02 | 29.56 | 84.4 | - |
| YUV | 118.3 | 194.98 | 44.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 155 | 237 | 1.00 | 0.35 | 0 | 0.07 | 200.85 | 0.99 | 0.47 |
| Hex | 1 | 9B | ED | 64 | 23 | 0 | 7 | C9 | 63 | 2F |
| Octal | 1 | 233 | 355 | 144 | 43 | 0 | 7 | 311 | 143 | 57 |
| Binary | 1 | 10011011 | 11101101 | 1100100 | 100011 | 0 | 111 | 11001001 | 1100011 | 101111 |
Color Harmonies of #019BED
Complementary color
Monochromatic Colors of #019BED
Black with #019BED
Text Example
Text Example
White with #019BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019BED; }
p { color: rgb(1,155,237); }
H1.HeaderClassName
{
color: #019BED;
}
.AnyTagClassName
{
color: #019BED;
}
</style>
background-color css
<style>
a { background-color: #019BED; }
a { background-color: rgb(1,155,237); }
div.DivClassName
{
background-color: #019BED;
}
.BgClassName
{
background-color: #019BED;
}
</style>
border-color css
<style>
span { border-color: #019BED; }
span { border-color: rgb(1,155,237); }
td.TdClassName
{
border-color: #019BED;
}
.TagClassName
{
border-color: #019BED;
}
</style>