Shades of Dodger Blue #067CF9
Tints of Dodger Blue #067CF9
RGB
CMYK
RGB Variations
Color information
#067CF9 (or 0x067CF9) is known color: Dodger Blue. HEX triplet: 06, 7C and F9. RGB value is (6,124,249). Sum of RGB (Red+Green+Blue) = 6+124+249=379 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.58% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 249 (97.66% from 255 or 65.70% from 379); Max value from RGB is 249 - color contains mainly: blue. Hex color #067CF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #067CF9 is #F98306. Grayscale: #666666. Windows color (decimal): -16352007 or 16350214. OLE color: 16350214.
HSL color Cylindrical-coordinate representation of color #067CF9: hue angle of 210.86º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #067CF9 is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 124 | 249 | - |
| CMYK | 0.98 | 0.50 | 0 | 0.02 |
| HSL | 210.86º | 0.95% | 0.5% | - |
| HSV(B) | 210.86º | 0.98% | 0.98% | - |
| XYZ | 24.38 | 21.29 | 92.45 | - |
| YUV | 102.97 | 210.41 | 58.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 124 | 249 | 0.98 | 0.50 | 0 | 0.02 | 210.86 | 0.95 | 0.5 |
| Hex | 6 | 7C | F9 | 62 | 32 | 0 | 2 | D3 | 5F | 32 |
| Octal | 6 | 174 | 371 | 142 | 62 | 0 | 2 | 323 | 137 | 62 |
| Binary | 110 | 1111100 | 11111001 | 1100010 | 110010 | 0 | 10 | 11010011 | 1011111 | 110010 |
Color Harmonies of #067CF9
Complementary color
Monochromatic Colors of #067CF9
Black with #067CF9
Text Example
Text Example
White with #067CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067CF9; }
p { color: rgb(6,124,249); }
H1.HeaderClassName
{
color: #067CF9;
}
.AnyTagClassName
{
color: #067CF9;
}
</style>
background-color css
<style>
a { background-color: #067CF9; }
a { background-color: rgb(6,124,249); }
div.DivClassName
{
background-color: #067CF9;
}
.BgClassName
{
background-color: #067CF9;
}
</style>
border-color css
<style>
span { border-color: #067CF9; }
span { border-color: rgb(6,124,249); }
td.TdClassName
{
border-color: #067CF9;
}
.TagClassName
{
border-color: #067CF9;
}
</style>