Shades of Dodger Blue #067CF0
Tints of Dodger Blue #067CF0
RGB
CMYK
RGB Variations
Color information
#067CF0 (or 0x067CF0) is known color: Dodger Blue. HEX triplet: 06, 7C and F0. RGB value is (6,124,240). Sum of RGB (Red+Green+Blue) = 6+124+240=370 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.62% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 240 (94.14% from 255 or 64.86% from 370); Max value from RGB is 240 - color contains mainly: blue. Hex color #067CF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #067CF0 is #F9830F. Grayscale: #656565. Windows color (decimal): -16352016 or 15760390. OLE color: 15760390.
HSL color Cylindrical-coordinate representation of color #067CF0: hue angle of 209.74º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #067CF0 is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 6 | 124 | 240 | - |
| CMYK | 0.98 | 0.48 | 0 | 0.06 |
| HSL | 209.74º | 0.95% | 0.48% | - |
| HSV(B) | 209.74º | 0.98% | 0.94% | - |
| XYZ | 23.01 | 20.75 | 85.23 | - |
| YUV | 101.94 | 205.91 | 59.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 124 | 240 | 0.98 | 0.48 | 0 | 0.06 | 209.74 | 0.95 | 0.48 |
| Hex | 6 | 7C | F0 | 62 | 30 | 0 | 6 | D2 | 5F | 30 |
| Octal | 6 | 174 | 360 | 142 | 60 | 0 | 6 | 322 | 137 | 60 |
| Binary | 110 | 1111100 | 11110000 | 1100010 | 110000 | 0 | 110 | 11010010 | 1011111 | 110000 |
Color Harmonies of #067CF0
Complementary color
Monochromatic Colors of #067CF0
Black with #067CF0
Text Example
Text Example
White with #067CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067CF0; }
p { color: rgb(6,124,240); }
H1.HeaderClassName
{
color: #067CF0;
}
.AnyTagClassName
{
color: #067CF0;
}
</style>
background-color css
<style>
a { background-color: #067CF0; }
a { background-color: rgb(6,124,240); }
div.DivClassName
{
background-color: #067CF0;
}
.BgClassName
{
background-color: #067CF0;
}
</style>
border-color css
<style>
span { border-color: #067CF0; }
span { border-color: rgb(6,124,240); }
td.TdClassName
{
border-color: #067CF0;
}
.TagClassName
{
border-color: #067CF0;
}
</style>