Shades of Dodger Blue #0676FE
Tints of Dodger Blue #0676FE
RGB
CMYK
RGB Variations
Color information
#0676FE (or 0x0676FE) is known color: Dodger Blue. HEX triplet: 06, 76 and FE. RGB value is (6,118,254). Sum of RGB (Red+Green+Blue) = 6+118+254=378 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.59% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 254 (99.61% from 255 or 67.20% from 378); Max value from RGB is 254 - color contains mainly: blue. Hex color #0676FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0676FE is #F98901. Grayscale: #636363. Windows color (decimal): -16353538 or 16676358. OLE color: 16676358.
HSL color Cylindrical-coordinate representation of color #0676FE: hue angle of 212.9º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0676FE is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 6 | 118 | 254 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.00 |
| HSL | 212.9º | 0.99% | 0.51% | - |
| HSV(B) | 212.9º | 0.98% | 1% | - |
| XYZ | 24.44 | 20.15 | 96.37 | - |
| YUV | 100.02 | 214.89 | 60.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 118 | 254 | 0.98 | 0.54 | 0 | 0.00 | 212.9 | 0.99 | 0.51 |
| Hex | 6 | 76 | FE | 62 | 36 | 0 | 0 | D5 | 63 | 33 |
| Octal | 6 | 166 | 376 | 142 | 66 | 0 | 0 | 325 | 143 | 63 |
| Binary | 110 | 1110110 | 11111110 | 1100010 | 110110 | 0 | 0 | 11010101 | 1100011 | 110011 |
Color Harmonies of #0676FE
Complementary color
Monochromatic Colors of #0676FE
Black with #0676FE
Text Example
Text Example
White with #0676FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0676FE; }
p { color: rgb(6,118,254); }
H1.HeaderClassName
{
color: #0676FE;
}
.AnyTagClassName
{
color: #0676FE;
}
</style>
background-color css
<style>
a { background-color: #0676FE; }
a { background-color: rgb(6,118,254); }
div.DivClassName
{
background-color: #0676FE;
}
.BgClassName
{
background-color: #0676FE;
}
</style>
border-color css
<style>
span { border-color: #0676FE; }
span { border-color: rgb(6,118,254); }
td.TdClassName
{
border-color: #0676FE;
}
.TagClassName
{
border-color: #0676FE;
}
</style>