Shades of Dodger Blue #0276F2
Tints of Dodger Blue #0276F2
RGB
CMYK
RGB Variations
Color information
#0276F2 (or 0x0276F2) is known color: Dodger Blue. HEX triplet: 02, 76 and F2. RGB value is (2,118,242). Sum of RGB (Red+Green+Blue) = 2+118+242=362 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 362); Green value is 118 (46.48% from 255 or 32.60% from 362); Blue value is 242 (94.92% from 255 or 66.85% from 362); Max value from RGB is 242 - color contains mainly: blue. Hex color #0276F2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0276F2 is #FD890D. Grayscale: #606060. Windows color (decimal): -16615694 or 15889922. OLE color: 15889922.
HSL color Cylindrical-coordinate representation of color #0276F2: hue angle of 211º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0276F2 is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 2 | 118 | 242 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.05 |
| HSL | 211º | 0.98% | 0.48% | - |
| HSV(B) | 211º | 0.99% | 0.95% | - |
| XYZ | 22.53 | 19.38 | 86.56 | - |
| YUV | 97.45 | 209.57 | 59.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 118 | 242 | 0.99 | 0.51 | 0 | 0.05 | 211 | 0.98 | 0.48 |
| Hex | 2 | 76 | F2 | 63 | 33 | 0 | 5 | D3 | 62 | 30 |
| Octal | 2 | 166 | 362 | 143 | 63 | 0 | 5 | 323 | 142 | 60 |
| Binary | 10 | 1110110 | 11110010 | 1100011 | 110011 | 0 | 101 | 11010011 | 1100010 | 110000 |
Color Harmonies of #0276F2
Complementary color
Monochromatic Colors of #0276F2
Black with #0276F2
Text Example
Text Example
White with #0276F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0276F2; }
p { color: rgb(2,118,242); }
H1.HeaderClassName
{
color: #0276F2;
}
.AnyTagClassName
{
color: #0276F2;
}
</style>
background-color css
<style>
a { background-color: #0276F2; }
a { background-color: rgb(2,118,242); }
div.DivClassName
{
background-color: #0276F2;
}
.BgClassName
{
background-color: #0276F2;
}
</style>
border-color css
<style>
span { border-color: #0276F2; }
span { border-color: rgb(2,118,242); }
td.TdClassName
{
border-color: #0276F2;
}
.TagClassName
{
border-color: #0276F2;
}
</style>