Shades of Dodger Blue #0199EF
Tints of Dodger Blue #0199EF
RGB
CMYK
RGB Variations
Color information
#0199EF (or 0x0199EF) is known color: Dodger Blue. HEX triplet: 01, 99 and EF. RGB value is (1,153,239). Sum of RGB (Red+Green+Blue) = 1+153+239=393 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 239 (93.75% from 255 or 60.81% from 393); Max value from RGB is 239 - color contains mainly: blue. Hex color #0199EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0199EF is #FE6610. Grayscale: #747474. Windows color (decimal): -16672273 or 15702273. OLE color: 15702273.
HSL color Cylindrical-coordinate representation of color #0199EF: hue angle of 201.68º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0199EF is Cyan = 1.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 153 | 239 | - |
| CMYK | 1.00 | 0.36 | 0 | 0.06 |
| HSL | 201.68º | 0.99% | 0.47% | - |
| HSV(B) | 201.68º | 1% | 0.94% | - |
| XYZ | 26.98 | 29.02 | 85.84 | - |
| YUV | 117.36 | 196.64 | 45.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 153 | 239 | 1.00 | 0.36 | 0 | 0.06 | 201.68 | 0.99 | 0.47 |
| Hex | 1 | 99 | EF | 64 | 24 | 0 | 6 | CA | 63 | 2F |
| Octal | 1 | 231 | 357 | 144 | 44 | 0 | 6 | 312 | 143 | 57 |
| Binary | 1 | 10011001 | 11101111 | 1100100 | 100100 | 0 | 110 | 11001010 | 1100011 | 101111 |
Color Harmonies of #0199EF
Complementary color
Monochromatic Colors of #0199EF
Black with #0199EF
Text Example
Text Example
White with #0199EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0199EF; }
p { color: rgb(1,153,239); }
H1.HeaderClassName
{
color: #0199EF;
}
.AnyTagClassName
{
color: #0199EF;
}
</style>
background-color css
<style>
a { background-color: #0199EF; }
a { background-color: rgb(1,153,239); }
div.DivClassName
{
background-color: #0199EF;
}
.BgClassName
{
background-color: #0199EF;
}
</style>
border-color css
<style>
span { border-color: #0199EF; }
span { border-color: rgb(1,153,239); }
td.TdClassName
{
border-color: #0199EF;
}
.TagClassName
{
border-color: #0199EF;
}
</style>