Shades of Dodger Blue #0678F1
Tints of Dodger Blue #0678F1
RGB
CMYK
RGB Variations
Color information
#0678F1 (or 0x0678F1) is known color: Dodger Blue. HEX triplet: 06, 78 and F1. RGB value is (6,120,241). Sum of RGB (Red+Green+Blue) = 6+120+241=367 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.63% from 367); Green value is 120 (47.27% from 255 or 32.70% from 367); Blue value is 241 (94.53% from 255 or 65.67% from 367); Max value from RGB is 241 - color contains mainly: blue. Hex color #0678F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0678F1 is #F9870E. Grayscale: #636363. Windows color (decimal): -16353039 or 15824902. OLE color: 15824902.
HSL color Cylindrical-coordinate representation of color #0678F1: hue angle of 210.89º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0678F1 is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 6 | 120 | 241 | - |
| CMYK | 0.98 | 0.50 | 0 | 0.05 |
| HSL | 210.89º | 0.95% | 0.48% | - |
| HSV(B) | 210.89º | 0.98% | 0.95% | - |
| XYZ | 22.67 | 19.82 | 85.85 | - |
| YUV | 99.71 | 207.73 | 61.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 120 | 241 | 0.98 | 0.50 | 0 | 0.05 | 210.89 | 0.95 | 0.48 |
| Hex | 6 | 78 | F1 | 62 | 32 | 0 | 5 | D3 | 5F | 30 |
| Octal | 6 | 170 | 361 | 142 | 62 | 0 | 5 | 323 | 137 | 60 |
| Binary | 110 | 1111000 | 11110001 | 1100010 | 110010 | 0 | 101 | 11010011 | 1011111 | 110000 |
Color Harmonies of #0678F1
Complementary color
Monochromatic Colors of #0678F1
Black with #0678F1
Text Example
Text Example
White with #0678F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0678F1; }
p { color: rgb(6,120,241); }
H1.HeaderClassName
{
color: #0678F1;
}
.AnyTagClassName
{
color: #0678F1;
}
</style>
background-color css
<style>
a { background-color: #0678F1; }
a { background-color: rgb(6,120,241); }
div.DivClassName
{
background-color: #0678F1;
}
.BgClassName
{
background-color: #0678F1;
}
</style>
border-color css
<style>
span { border-color: #0678F1; }
span { border-color: rgb(6,120,241); }
td.TdClassName
{
border-color: #0678F1;
}
.TagClassName
{
border-color: #0678F1;
}
</style>