Shades of Dodger Blue #0276FB
Tints of Dodger Blue #0276FB
RGB
CMYK
RGB Variations
Color information
#0276FB (or 0x0276FB) is known color: Dodger Blue. HEX triplet: 02, 76 and FB. RGB value is (2,118,251). Sum of RGB (Red+Green+Blue) = 2+118+251=371 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 251 (98.44% from 255 or 67.65% from 371); Max value from RGB is 251 - color contains mainly: blue. Hex color #0276FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0276FB is #FD8904. Grayscale: #616161. Windows color (decimal): -16615685 or 16479746. OLE color: 16479746.
HSL color Cylindrical-coordinate representation of color #0276FB: hue angle of 212.05º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0276FB is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 118 | 251 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.02 |
| HSL | 212.05º | 0.98% | 0.5% | - |
| HSV(B) | 212.05º | 0.99% | 0.98% | - |
| XYZ | 23.92 | 19.93 | 93.85 | - |
| YUV | 98.48 | 214.07 | 59.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 118 | 251 | 0.99 | 0.53 | 0 | 0.02 | 212.05 | 0.98 | 0.5 |
| Hex | 2 | 76 | FB | 63 | 35 | 0 | 2 | D4 | 62 | 32 |
| Octal | 2 | 166 | 373 | 143 | 65 | 0 | 2 | 324 | 142 | 62 |
| Binary | 10 | 1110110 | 11111011 | 1100011 | 110101 | 0 | 10 | 11010100 | 1100010 | 110010 |
Color Harmonies of #0276FB
Complementary color
Monochromatic Colors of #0276FB
Black with #0276FB
Text Example
Text Example
White with #0276FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0276FB; }
p { color: rgb(2,118,251); }
H1.HeaderClassName
{
color: #0276FB;
}
.AnyTagClassName
{
color: #0276FB;
}
</style>
background-color css
<style>
a { background-color: #0276FB; }
a { background-color: rgb(2,118,251); }
div.DivClassName
{
background-color: #0276FB;
}
.BgClassName
{
background-color: #0276FB;
}
</style>
border-color css
<style>
span { border-color: #0276FB; }
span { border-color: rgb(2,118,251); }
td.TdClassName
{
border-color: #0276FB;
}
.TagClassName
{
border-color: #0276FB;
}
</style>