Shades of Dodger Blue #0199FC
Tints of Dodger Blue #0199FC
RGB
CMYK
RGB Variations
Color information
#0199FC (or 0x0199FC) is known color: Dodger Blue. HEX triplet: 01, 99 and FC. RGB value is (1,153,252). Sum of RGB (Red+Green+Blue) = 1+153+252=406 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 252 (98.83% from 255 or 62.07% from 406); Max value from RGB is 252 - color contains mainly: blue. Hex color #0199FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0199FC is #FE6603. Grayscale: #767676. Windows color (decimal): -16672260 or 16554241. OLE color: 16554241.
HSL color Cylindrical-coordinate representation of color #0199FC: hue angle of 203.67º 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 #0199FC is Cyan = 1.00, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 153 | 252 | - |
| CMYK | 1.00 | 0.39 | 0 | 0.01 |
| HSL | 203.67º | 0.99% | 0.5% | - |
| HSV(B) | 203.67º | 1% | 0.99% | - |
| XYZ | 28.97 | 29.82 | 96.32 | - |
| YUV | 118.84 | 203.14 | 43.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 153 | 252 | 1.00 | 0.39 | 0 | 0.01 | 203.67 | 0.99 | 0.5 |
| Hex | 1 | 99 | FC | 64 | 27 | 0 | 1 | CC | 63 | 32 |
| Octal | 1 | 231 | 374 | 144 | 47 | 0 | 1 | 314 | 143 | 62 |
| Binary | 1 | 10011001 | 11111100 | 1100100 | 100111 | 0 | 1 | 11001100 | 1100011 | 110010 |
Color Harmonies of #0199FC
Complementary color
Monochromatic Colors of #0199FC
Black with #0199FC
Text Example
Text Example
White with #0199FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0199FC; }
p { color: rgb(1,153,252); }
H1.HeaderClassName
{
color: #0199FC;
}
.AnyTagClassName
{
color: #0199FC;
}
</style>
background-color css
<style>
a { background-color: #0199FC; }
a { background-color: rgb(1,153,252); }
div.DivClassName
{
background-color: #0199FC;
}
.BgClassName
{
background-color: #0199FC;
}
</style>
border-color css
<style>
span { border-color: #0199FC; }
span { border-color: rgb(1,153,252); }
td.TdClassName
{
border-color: #0199FC;
}
.TagClassName
{
border-color: #0199FC;
}
</style>