Shades of Dodger Blue #0299FF
Tints of Dodger Blue #0299FF
RGB
CMYK
RGB Variations
Color information
#0299FF (or 0x0299FF) is known color: Dodger Blue. HEX triplet: 02, 99 and FF. RGB value is (2,153,255). Sum of RGB (Red+Green+Blue) = 2+153+255=410 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 255 (100% from 255 or 62.20% from 410); Max value from RGB is 255 - color contains mainly: blue. Hex color #0299FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0299FF is #FD6600. Grayscale: #767676. Windows color (decimal): -16606721 or 16750850. OLE color: 16750850.
HSL color Cylindrical-coordinate representation of color #0299FF: hue angle of 204.19º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0299FF is Cyan = 0.99, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 153 | 255 | - |
| CMYK | 0.99 | 0.4 | 0 | 0 |
| HSL | 204.19º | 1% | 0.5% | - |
| HSV(B) | 204.19º | 0.99% | 1% | - |
| XYZ | 29.47 | 30.02 | 98.85 | - |
| YUV | 119.48 | 204.47 | 44.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 153 | 255 | 0.99 | 0.4 | 0 | 0 | 204.19 | 1 | 0.5 |
| Hex | 2 | 99 | FF | 63 | 28 | 0 | 0 | CC | 64 | 32 |
| Octal | 2 | 231 | 377 | 143 | 50 | 0 | 0 | 314 | 144 | 62 |
| Binary | 10 | 10011001 | 11111111 | 1100011 | 101000 | 0 | 0 | 11001100 | 1100100 | 110010 |
Color Harmonies of #0299FF
Complementary color
Monochromatic Colors of #0299FF
Black with #0299FF
Text Example
Text Example
White with #0299FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0299FF; }
p { color: rgb(2,153,255); }
H1.HeaderClassName
{
color: #0299FF;
}
.AnyTagClassName
{
color: #0299FF;
}
</style>
background-color css
<style>
a { background-color: #0299FF; }
a { background-color: rgb(2,153,255); }
div.DivClassName
{
background-color: #0299FF;
}
.BgClassName
{
background-color: #0299FF;
}
</style>
border-color css
<style>
span { border-color: #0299FF; }
span { border-color: rgb(2,153,255); }
td.TdClassName
{
border-color: #0299FF;
}
.TagClassName
{
border-color: #0299FF;
}
</style>