Shades of Dodger Blue #0276FD
Tints of Dodger Blue #0276FD
RGB
CMYK
RGB Variations
Color information
#0276FD (or 0x0276FD) is known color: Dodger Blue. HEX triplet: 02, 76 and FD. RGB value is (2,118,253). Sum of RGB (Red+Green+Blue) = 2+118+253=373 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 253 (99.22% from 255 or 67.83% from 373); Max value from RGB is 253 - color contains mainly: blue. Hex color #0276FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0276FD is #FD8902. Grayscale: #626262. Windows color (decimal): -16615683 or 16610818. OLE color: 16610818.
HSL color Cylindrical-coordinate representation of color #0276FD: hue angle of 212.27º 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 #0276FD is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 118 | 253 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.01 |
| HSL | 212.27º | 0.98% | 0.5% | - |
| HSV(B) | 212.27º | 0.99% | 0.99% | - |
| XYZ | 24.23 | 20.06 | 95.52 | - |
| YUV | 98.71 | 215.07 | 59.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 118 | 253 | 0.99 | 0.53 | 0 | 0.01 | 212.27 | 0.98 | 0.5 |
| Hex | 2 | 76 | FD | 63 | 35 | 0 | 1 | D4 | 62 | 32 |
| Octal | 2 | 166 | 375 | 143 | 65 | 0 | 1 | 324 | 142 | 62 |
| Binary | 10 | 1110110 | 11111101 | 1100011 | 110101 | 0 | 1 | 11010100 | 1100010 | 110010 |
Color Harmonies of #0276FD
Complementary color
Monochromatic Colors of #0276FD
Black with #0276FD
Text Example
Text Example
White with #0276FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0276FD; }
p { color: rgb(2,118,253); }
H1.HeaderClassName
{
color: #0276FD;
}
.AnyTagClassName
{
color: #0276FD;
}
</style>
background-color css
<style>
a { background-color: #0276FD; }
a { background-color: rgb(2,118,253); }
div.DivClassName
{
background-color: #0276FD;
}
.BgClassName
{
background-color: #0276FD;
}
</style>
border-color css
<style>
span { border-color: #0276FD; }
span { border-color: rgb(2,118,253); }
td.TdClassName
{
border-color: #0276FD;
}
.TagClassName
{
border-color: #0276FD;
}
</style>