Shades of Dodger Blue #0299F8
Tints of Dodger Blue #0299F8
RGB
CMYK
RGB Variations
Color information
#0299F8 (or 0x0299F8) is known color: Dodger Blue. HEX triplet: 02, 99 and F8. RGB value is (2,153,248). Sum of RGB (Red+Green+Blue) = 2+153+248=403 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 403); Green value is 153 (60.16% from 255 or 37.97% from 403); Blue value is 248 (97.27% from 255 or 61.54% from 403); Max value from RGB is 248 - color contains mainly: blue. Hex color #0299F8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0299F8 is #FD6607. Grayscale: #767676. Windows color (decimal): -16606728 or 16292098. OLE color: 16292098.
HSL color Cylindrical-coordinate representation of color #0299F8: hue angle of 203.17º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0299F8 is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 2 | 153 | 248 | - |
| CMYK | 0.99 | 0.38 | 0 | 0.03 |
| HSL | 203.17º | 0.98% | 0.49% | - |
| HSV(B) | 203.17º | 0.99% | 0.97% | - |
| XYZ | 28.36 | 29.57 | 93.02 | - |
| YUV | 118.68 | 200.97 | 44.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 153 | 248 | 0.99 | 0.38 | 0 | 0.03 | 203.17 | 0.98 | 0.49 |
| Hex | 2 | 99 | F8 | 63 | 26 | 0 | 3 | CB | 62 | 31 |
| Octal | 2 | 231 | 370 | 143 | 46 | 0 | 3 | 313 | 142 | 61 |
| Binary | 10 | 10011001 | 11111000 | 1100011 | 100110 | 0 | 11 | 11001011 | 1100010 | 110001 |
Color Harmonies of #0299F8
Complementary color
Monochromatic Colors of #0299F8
Black with #0299F8
Text Example
Text Example
White with #0299F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0299F8; }
p { color: rgb(2,153,248); }
H1.HeaderClassName
{
color: #0299F8;
}
.AnyTagClassName
{
color: #0299F8;
}
</style>
background-color css
<style>
a { background-color: #0299F8; }
a { background-color: rgb(2,153,248); }
div.DivClassName
{
background-color: #0299F8;
}
.BgClassName
{
background-color: #0299F8;
}
</style>
border-color css
<style>
span { border-color: #0299F8; }
span { border-color: rgb(2,153,248); }
td.TdClassName
{
border-color: #0299F8;
}
.TagClassName
{
border-color: #0299F8;
}
</style>