Shades of Dodger Blue #0276FA
Tints of Dodger Blue #0276FA
RGB
CMYK
RGB Variations
Color information
#0276FA (or 0x0276FA) is known color: Dodger Blue. HEX triplet: 02, 76 and FA. RGB value is (2,118,250). Sum of RGB (Red+Green+Blue) = 2+118+250=370 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 250 (98.05% from 255 or 67.57% from 370); Max value from RGB is 250 - color contains mainly: blue. Hex color #0276FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0276FA is #FD8905. Grayscale: #616161. Windows color (decimal): -16615686 or 16414210. OLE color: 16414210.
HSL color Cylindrical-coordinate representation of color #0276FA: hue angle of 211.94º 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 #0276FA is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 118 | 250 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.02 |
| HSL | 211.94º | 0.98% | 0.49% | - |
| HSV(B) | 211.94º | 0.99% | 0.98% | - |
| XYZ | 23.76 | 19.87 | 93.03 | - |
| YUV | 98.36 | 213.57 | 59.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 118 | 250 | 0.99 | 0.53 | 0 | 0.02 | 211.94 | 0.98 | 0.49 |
| Hex | 2 | 76 | FA | 63 | 35 | 0 | 2 | D4 | 62 | 31 |
| Octal | 2 | 166 | 372 | 143 | 65 | 0 | 2 | 324 | 142 | 61 |
| Binary | 10 | 1110110 | 11111010 | 1100011 | 110101 | 0 | 10 | 11010100 | 1100010 | 110001 |
Color Harmonies of #0276FA
Complementary color
Monochromatic Colors of #0276FA
Black with #0276FA
Text Example
Text Example
White with #0276FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0276FA; }
p { color: rgb(2,118,250); }
H1.HeaderClassName
{
color: #0276FA;
}
.AnyTagClassName
{
color: #0276FA;
}
</style>
background-color css
<style>
a { background-color: #0276FA; }
a { background-color: rgb(2,118,250); }
div.DivClassName
{
background-color: #0276FA;
}
.BgClassName
{
background-color: #0276FA;
}
</style>
border-color css
<style>
span { border-color: #0276FA; }
span { border-color: rgb(2,118,250); }
td.TdClassName
{
border-color: #0276FA;
}
.TagClassName
{
border-color: #0276FA;
}
</style>