Shades of Dodger Blue #0276FF
Tints of Dodger Blue #0276FF
RGB
CMYK
RGB Variations
Color information
#0276FF (or 0x0276FF) is known color: Dodger Blue. HEX triplet: 02, 76 and FF. RGB value is (2,118,255). Sum of RGB (Red+Green+Blue) = 2+118+255=375 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 255 (100% from 255 or 68% from 375); Max value from RGB is 255 - color contains mainly: blue. Hex color #0276FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0276FF is #FD8900. Grayscale: #626262. Windows color (decimal): -16615681 or 16741890. OLE color: 16741890.
HSL color Cylindrical-coordinate representation of color #0276FF: hue angle of 212.49º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0276FF is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 118 | 255 | - |
| CMYK | 0.99 | 0.54 | 0 | 0 |
| HSL | 212.49º | 1% | 0.5% | - |
| HSV(B) | 212.49º | 0.99% | 1% | - |
| XYZ | 24.55 | 20.19 | 97.21 | - |
| YUV | 98.93 | 216.07 | 58.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 118 | 255 | 0.99 | 0.54 | 0 | 0 | 212.49 | 1 | 0.5 |
| Hex | 2 | 76 | FF | 63 | 36 | 0 | 0 | D4 | 64 | 32 |
| Octal | 2 | 166 | 377 | 143 | 66 | 0 | 0 | 324 | 144 | 62 |
| Binary | 10 | 1110110 | 11111111 | 1100011 | 110110 | 0 | 0 | 11010100 | 1100100 | 110010 |
Color Harmonies of #0276FF
Complementary color
Monochromatic Colors of #0276FF
Black with #0276FF
Text Example
Text Example
White with #0276FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0276FF; }
p { color: rgb(2,118,255); }
H1.HeaderClassName
{
color: #0276FF;
}
.AnyTagClassName
{
color: #0276FF;
}
</style>
background-color css
<style>
a { background-color: #0276FF; }
a { background-color: rgb(2,118,255); }
div.DivClassName
{
background-color: #0276FF;
}
.BgClassName
{
background-color: #0276FF;
}
</style>
border-color css
<style>
span { border-color: #0276FF; }
span { border-color: rgb(2,118,255); }
td.TdClassName
{
border-color: #0276FF;
}
.TagClassName
{
border-color: #0276FF;
}
</style>