Shades of Dodger Blue #0678EF
Tints of Dodger Blue #0678EF
RGB
CMYK
RGB Variations
Color information
#0678EF (or 0x0678EF) is known color: Dodger Blue. HEX triplet: 06, 78 and EF. RGB value is (6,120,239). Sum of RGB (Red+Green+Blue) = 6+120+239=365 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.64% from 365); Green value is 120 (47.27% from 255 or 32.88% from 365); Blue value is 239 (93.75% from 255 or 65.48% from 365); Max value from RGB is 239 - color contains mainly: blue. Hex color #0678EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0678EF is #F98710. Grayscale: #626262. Windows color (decimal): -16353041 or 15693830. OLE color: 15693830.
HSL color Cylindrical-coordinate representation of color #0678EF: hue angle of 210.64º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0678EF is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 6 | 120 | 239 | - |
| CMYK | 0.97 | 0.50 | 0 | 0.06 |
| HSL | 210.64º | 0.95% | 0.48% | - |
| HSV(B) | 210.64º | 0.97% | 0.94% | - |
| XYZ | 22.37 | 19.7 | 84.29 | - |
| YUV | 99.48 | 206.73 | 61.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 120 | 239 | 0.97 | 0.50 | 0 | 0.06 | 210.64 | 0.95 | 0.48 |
| Hex | 6 | 78 | EF | 61 | 32 | 0 | 6 | D3 | 5F | 30 |
| Octal | 6 | 170 | 357 | 141 | 62 | 0 | 6 | 323 | 137 | 60 |
| Binary | 110 | 1111000 | 11101111 | 1100001 | 110010 | 0 | 110 | 11010011 | 1011111 | 110000 |
Color Harmonies of #0678EF
Complementary color
Monochromatic Colors of #0678EF
Black with #0678EF
Text Example
Text Example
White with #0678EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0678EF; }
p { color: rgb(6,120,239); }
H1.HeaderClassName
{
color: #0678EF;
}
.AnyTagClassName
{
color: #0678EF;
}
</style>
background-color css
<style>
a { background-color: #0678EF; }
a { background-color: rgb(6,120,239); }
div.DivClassName
{
background-color: #0678EF;
}
.BgClassName
{
background-color: #0678EF;
}
</style>
border-color css
<style>
span { border-color: #0678EF; }
span { border-color: rgb(6,120,239); }
td.TdClassName
{
border-color: #0678EF;
}
.TagClassName
{
border-color: #0678EF;
}
</style>