Shades of Dodger Blue #0276FC
Tints of Dodger Blue #0276FC
RGB
CMYK
RGB Variations
Color information
#0276FC (or 0x0276FC) is known color: Dodger Blue. HEX triplet: 02, 76 and FC. RGB value is (2,118,252). Sum of RGB (Red+Green+Blue) = 2+118+252=372 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 252 (98.83% from 255 or 67.74% from 372); Max value from RGB is 252 - color contains mainly: blue. Hex color #0276FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0276FC is #FD8903. Grayscale: #616161. Windows color (decimal): -16615684 or 16545282. OLE color: 16545282.
HSL color Cylindrical-coordinate representation of color #0276FC: hue angle of 212.16º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0276FC is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 118 | 252 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.01 |
| HSL | 212.16º | 0.98% | 0.5% | - |
| HSV(B) | 212.16º | 0.99% | 0.99% | - |
| XYZ | 24.07 | 20 | 94.69 | - |
| YUV | 98.59 | 214.57 | 59.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 118 | 252 | 0.99 | 0.53 | 0 | 0.01 | 212.16 | 0.98 | 0.5 |
| Hex | 2 | 76 | FC | 63 | 35 | 0 | 1 | D4 | 62 | 32 |
| Octal | 2 | 166 | 374 | 143 | 65 | 0 | 1 | 324 | 142 | 62 |
| Binary | 10 | 1110110 | 11111100 | 1100011 | 110101 | 0 | 1 | 11010100 | 1100010 | 110010 |
Color Harmonies of #0276FC
Complementary color
Monochromatic Colors of #0276FC
Black with #0276FC
Text Example
Text Example
White with #0276FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0276FC; }
p { color: rgb(2,118,252); }
H1.HeaderClassName
{
color: #0276FC;
}
.AnyTagClassName
{
color: #0276FC;
}
</style>
background-color css
<style>
a { background-color: #0276FC; }
a { background-color: rgb(2,118,252); }
div.DivClassName
{
background-color: #0276FC;
}
.BgClassName
{
background-color: #0276FC;
}
</style>
border-color css
<style>
span { border-color: #0276FC; }
span { border-color: rgb(2,118,252); }
td.TdClassName
{
border-color: #0276FC;
}
.TagClassName
{
border-color: #0276FC;
}
</style>