Shades of Dodger Blue #0276F9
Tints of Dodger Blue #0276F9
RGB
CMYK
RGB Variations
Color information
#0276F9 (or 0x0276F9) is known color: Dodger Blue. HEX triplet: 02, 76 and F9. RGB value is (2,118,249). Sum of RGB (Red+Green+Blue) = 2+118+249=369 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 249 (97.66% from 255 or 67.48% from 369); Max value from RGB is 249 - color contains mainly: blue. Hex color #0276F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0276F9 is #FD8906. Grayscale: #616161. Windows color (decimal): -16615687 or 16348674. OLE color: 16348674.
HSL color Cylindrical-coordinate representation of color #0276F9: hue angle of 211.82º 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 #0276F9 is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 118 | 249 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.02 |
| HSL | 211.82º | 0.98% | 0.49% | - |
| HSV(B) | 211.82º | 0.99% | 0.98% | - |
| XYZ | 23.6 | 19.81 | 92.2 | - |
| YUV | 98.25 | 213.07 | 59.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 118 | 249 | 0.99 | 0.53 | 0 | 0.02 | 211.82 | 0.98 | 0.49 |
| Hex | 2 | 76 | F9 | 63 | 35 | 0 | 2 | D4 | 62 | 31 |
| Octal | 2 | 166 | 371 | 143 | 65 | 0 | 2 | 324 | 142 | 61 |
| Binary | 10 | 1110110 | 11111001 | 1100011 | 110101 | 0 | 10 | 11010100 | 1100010 | 110001 |
Color Harmonies of #0276F9
Complementary color
Monochromatic Colors of #0276F9
Black with #0276F9
Text Example
Text Example
White with #0276F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0276F9; }
p { color: rgb(2,118,249); }
H1.HeaderClassName
{
color: #0276F9;
}
.AnyTagClassName
{
color: #0276F9;
}
</style>
background-color css
<style>
a { background-color: #0276F9; }
a { background-color: rgb(2,118,249); }
div.DivClassName
{
background-color: #0276F9;
}
.BgClassName
{
background-color: #0276F9;
}
</style>
border-color css
<style>
span { border-color: #0276F9; }
span { border-color: rgb(2,118,249); }
td.TdClassName
{
border-color: #0276F9;
}
.TagClassName
{
border-color: #0276F9;
}
</style>