Shades of Dodger Blue #0299FA
Tints of Dodger Blue #0299FA
RGB
CMYK
RGB Variations
Color information
#0299FA (or 0x0299FA) is known color: Dodger Blue. HEX triplet: 02, 99 and FA. RGB value is (2,153,250). Sum of RGB (Red+Green+Blue) = 2+153+250=405 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 250 (98.05% from 255 or 61.73% from 405); Max value from RGB is 250 - color contains mainly: blue. Hex color #0299FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0299FA is #FD6605. Grayscale: #767676. Windows color (decimal): -16606726 or 16423170. OLE color: 16423170.
HSL color Cylindrical-coordinate representation of color #0299FA: hue angle of 203.47º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0299FA is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 153 | 250 | - |
| CMYK | 0.99 | 0.39 | 0 | 0.02 |
| HSL | 203.47º | 0.98% | 0.49% | - |
| HSV(B) | 203.47º | 0.99% | 0.98% | - |
| XYZ | 28.67 | 29.7 | 94.66 | - |
| YUV | 118.91 | 201.97 | 44.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 153 | 250 | 0.99 | 0.39 | 0 | 0.02 | 203.47 | 0.98 | 0.49 |
| Hex | 2 | 99 | FA | 63 | 27 | 0 | 2 | CB | 62 | 31 |
| Octal | 2 | 231 | 372 | 143 | 47 | 0 | 2 | 313 | 142 | 61 |
| Binary | 10 | 10011001 | 11111010 | 1100011 | 100111 | 0 | 10 | 11001011 | 1100010 | 110001 |
Color Harmonies of #0299FA
Complementary color
Monochromatic Colors of #0299FA
Black with #0299FA
Text Example
Text Example
White with #0299FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0299FA; }
p { color: rgb(2,153,250); }
H1.HeaderClassName
{
color: #0299FA;
}
.AnyTagClassName
{
color: #0299FA;
}
</style>
background-color css
<style>
a { background-color: #0299FA; }
a { background-color: rgb(2,153,250); }
div.DivClassName
{
background-color: #0299FA;
}
.BgClassName
{
background-color: #0299FA;
}
</style>
border-color css
<style>
span { border-color: #0299FA; }
span { border-color: rgb(2,153,250); }
td.TdClassName
{
border-color: #0299FA;
}
.TagClassName
{
border-color: #0299FA;
}
</style>