Shades of Dodger Blue #0675FE
Tints of Dodger Blue #0675FE
RGB
CMYK
RGB Variations
Color information
#0675FE (or 0x0675FE) is known color: Dodger Blue. HEX triplet: 06, 75 and FE. RGB value is (6,117,254). Sum of RGB (Red+Green+Blue) = 6+117+254=377 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.59% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 254 (99.61% from 255 or 67.37% from 377); Max value from RGB is 254 - color contains mainly: blue. Hex color #0675FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0675FE is #F98A01. Grayscale: #626262. Windows color (decimal): -16353794 or 16676102. OLE color: 16676102.
HSL color Cylindrical-coordinate representation of color #0675FE: hue angle of 213.15º 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 #0675FE is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 6 | 117 | 254 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.00 |
| HSL | 213.15º | 0.99% | 0.51% | - |
| HSV(B) | 213.15º | 0.98% | 1% | - |
| XYZ | 24.33 | 19.92 | 96.33 | - |
| YUV | 99.43 | 215.23 | 61.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 117 | 254 | 0.98 | 0.54 | 0 | 0.00 | 213.15 | 0.99 | 0.51 |
| Hex | 6 | 75 | FE | 62 | 36 | 0 | 0 | D5 | 63 | 33 |
| Octal | 6 | 165 | 376 | 142 | 66 | 0 | 0 | 325 | 143 | 63 |
| Binary | 110 | 1110101 | 11111110 | 1100010 | 110110 | 0 | 0 | 11010101 | 1100011 | 110011 |
Color Harmonies of #0675FE
Complementary color
Monochromatic Colors of #0675FE
Black with #0675FE
Text Example
Text Example
White with #0675FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0675FE; }
p { color: rgb(6,117,254); }
H1.HeaderClassName
{
color: #0675FE;
}
.AnyTagClassName
{
color: #0675FE;
}
</style>
background-color css
<style>
a { background-color: #0675FE; }
a { background-color: rgb(6,117,254); }
div.DivClassName
{
background-color: #0675FE;
}
.BgClassName
{
background-color: #0675FE;
}
</style>
border-color css
<style>
span { border-color: #0675FE; }
span { border-color: rgb(6,117,254); }
td.TdClassName
{
border-color: #0675FE;
}
.TagClassName
{
border-color: #0675FE;
}
</style>