Shades of Dodger Blue #0199FD
Tints of Dodger Blue #0199FD
RGB
CMYK
RGB Variations
Color information
#0199FD (or 0x0199FD) is known color: Dodger Blue. HEX triplet: 01, 99 and FD. RGB value is (1,153,253). Sum of RGB (Red+Green+Blue) = 1+153+253=407 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 253 (99.22% from 255 or 62.16% from 407); Max value from RGB is 253 - color contains mainly: blue. Hex color #0199FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0199FD is #FE6602. Grayscale: #767676. Windows color (decimal): -16672259 or 16619777. OLE color: 16619777.
HSL color Cylindrical-coordinate representation of color #0199FD: hue angle of 203.81º 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 #0199FD is Cyan = 1.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 153 | 253 | - |
| CMYK | 1.00 | 0.40 | 0 | 0.01 |
| HSL | 203.81º | 0.99% | 0.5% | - |
| HSV(B) | 203.81º | 1% | 0.99% | - |
| XYZ | 29.13 | 29.88 | 97.16 | - |
| YUV | 118.95 | 203.64 | 43.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 153 | 253 | 1.00 | 0.40 | 0 | 0.01 | 203.81 | 0.99 | 0.5 |
| Hex | 1 | 99 | FD | 64 | 28 | 0 | 1 | CC | 63 | 32 |
| Octal | 1 | 231 | 375 | 144 | 50 | 0 | 1 | 314 | 143 | 62 |
| Binary | 1 | 10011001 | 11111101 | 1100100 | 101000 | 0 | 1 | 11001100 | 1100011 | 110010 |
Color Harmonies of #0199FD
Complementary color
Monochromatic Colors of #0199FD
Black with #0199FD
Text Example
Text Example
White with #0199FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0199FD; }
p { color: rgb(1,153,253); }
H1.HeaderClassName
{
color: #0199FD;
}
.AnyTagClassName
{
color: #0199FD;
}
</style>
background-color css
<style>
a { background-color: #0199FD; }
a { background-color: rgb(1,153,253); }
div.DivClassName
{
background-color: #0199FD;
}
.BgClassName
{
background-color: #0199FD;
}
</style>
border-color css
<style>
span { border-color: #0199FD; }
span { border-color: rgb(1,153,253); }
td.TdClassName
{
border-color: #0199FD;
}
.TagClassName
{
border-color: #0199FD;
}
</style>