Shades of Dodger Blue #067BFF
Tints of Dodger Blue #067BFF
RGB
CMYK
RGB Variations
Color information
#067BFF (or 0x067BFF) is known color: Dodger Blue. HEX triplet: 06, 7B and FF. RGB value is (6,123,255). Sum of RGB (Red+Green+Blue) = 6+123+255=384 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.56% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 255 (100% from 255 or 66.41% from 384); Max value from RGB is 255 - color contains mainly: blue. Hex color #067BFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #067BFF is #F98400. Grayscale: #666666. Windows color (decimal): -16352257 or 16743174. OLE color: 16743174.
HSL color Cylindrical-coordinate representation of color #067BFF: hue angle of 211.81º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #067BFF is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 123 | 255 | - |
| CMYK | 0.98 | 0.52 | 0 | 0 |
| HSL | 211.81º | 1% | 0.51% | - |
| HSV(B) | 211.81º | 0.98% | 1% | - |
| XYZ | 25.21 | 21.42 | 97.41 | - |
| YUV | 103.07 | 213.74 | 58.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 123 | 255 | 0.98 | 0.52 | 0 | 0 | 211.81 | 1 | 0.51 |
| Hex | 6 | 7B | FF | 62 | 34 | 0 | 0 | D4 | 64 | 33 |
| Octal | 6 | 173 | 377 | 142 | 64 | 0 | 0 | 324 | 144 | 63 |
| Binary | 110 | 1111011 | 11111111 | 1100010 | 110100 | 0 | 0 | 11010100 | 1100100 | 110011 |
Color Harmonies of #067BFF
Complementary color
Monochromatic Colors of #067BFF
Black with #067BFF
Text Example
Text Example
White with #067BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067BFF; }
p { color: rgb(6,123,255); }
H1.HeaderClassName
{
color: #067BFF;
}
.AnyTagClassName
{
color: #067BFF;
}
</style>
background-color css
<style>
a { background-color: #067BFF; }
a { background-color: rgb(6,123,255); }
div.DivClassName
{
background-color: #067BFF;
}
.BgClassName
{
background-color: #067BFF;
}
</style>
border-color css
<style>
span { border-color: #067BFF; }
span { border-color: rgb(6,123,255); }
td.TdClassName
{
border-color: #067BFF;
}
.TagClassName
{
border-color: #067BFF;
}
</style>