Shades of Dodger Blue #067CFB
Tints of Dodger Blue #067CFB
RGB
CMYK
RGB Variations
Color information
#067CFB (or 0x067CFB) is known color: Dodger Blue. HEX triplet: 06, 7C and FB. RGB value is (6,124,251). Sum of RGB (Red+Green+Blue) = 6+124+251=381 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.57% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 251 (98.44% from 255 or 65.88% from 381); Max value from RGB is 251 - color contains mainly: blue. Hex color #067CFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #067CFB is #F98304. Grayscale: #666666. Windows color (decimal): -16352005 or 16481286. OLE color: 16481286.
HSL color Cylindrical-coordinate representation of color #067CFB: hue angle of 211.1º degrees, saturation: 0.97, 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 #067CFB is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 124 | 251 | - |
| CMYK | 0.98 | 0.51 | 0 | 0.02 |
| HSL | 211.1º | 0.97% | 0.5% | - |
| HSV(B) | 211.1º | 0.98% | 0.98% | - |
| XYZ | 24.7 | 21.42 | 94.1 | - |
| YUV | 103.2 | 211.41 | 58.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 124 | 251 | 0.98 | 0.51 | 0 | 0.02 | 211.1 | 0.97 | 0.5 |
| Hex | 6 | 7C | FB | 62 | 33 | 0 | 2 | D3 | 61 | 32 |
| Octal | 6 | 174 | 373 | 142 | 63 | 0 | 2 | 323 | 141 | 62 |
| Binary | 110 | 1111100 | 11111011 | 1100010 | 110011 | 0 | 10 | 11010011 | 1100001 | 110010 |
Color Harmonies of #067CFB
Complementary color
Monochromatic Colors of #067CFB
Black with #067CFB
Text Example
Text Example
White with #067CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067CFB; }
p { color: rgb(6,124,251); }
H1.HeaderClassName
{
color: #067CFB;
}
.AnyTagClassName
{
color: #067CFB;
}
</style>
background-color css
<style>
a { background-color: #067CFB; }
a { background-color: rgb(6,124,251); }
div.DivClassName
{
background-color: #067CFB;
}
.BgClassName
{
background-color: #067CFB;
}
</style>
border-color css
<style>
span { border-color: #067CFB; }
span { border-color: rgb(6,124,251); }
td.TdClassName
{
border-color: #067CFB;
}
.TagClassName
{
border-color: #067CFB;
}
</style>