Shades of Dodger Blue #067BFE
Tints of Dodger Blue #067BFE
RGB
CMYK
RGB Variations
Color information
#067BFE (or 0x067BFE) is known color: Dodger Blue. HEX triplet: 06, 7B and FE. RGB value is (6,123,254). Sum of RGB (Red+Green+Blue) = 6+123+254=383 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.57% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 254 (99.61% from 255 or 66.32% from 383); Max value from RGB is 254 - color contains mainly: blue. Hex color #067BFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #067BFE is #F98401. Grayscale: #666666. Windows color (decimal): -16352258 or 16677638. OLE color: 16677638.
HSL color Cylindrical-coordinate representation of color #067BFE: hue angle of 211.69º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #067BFE is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 6 | 123 | 254 | - |
| CMYK | 0.98 | 0.52 | 0 | 0.00 |
| HSL | 211.69º | 0.99% | 0.51% | - |
| HSV(B) | 211.69º | 0.98% | 1% | - |
| XYZ | 25.05 | 21.36 | 96.57 | - |
| YUV | 102.95 | 213.24 | 58.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 123 | 254 | 0.98 | 0.52 | 0 | 0.00 | 211.69 | 0.99 | 0.51 |
| Hex | 6 | 7B | FE | 62 | 34 | 0 | 0 | D4 | 63 | 33 |
| Octal | 6 | 173 | 376 | 142 | 64 | 0 | 0 | 324 | 143 | 63 |
| Binary | 110 | 1111011 | 11111110 | 1100010 | 110100 | 0 | 0 | 11010100 | 1100011 | 110011 |
Color Harmonies of #067BFE
Complementary color
Monochromatic Colors of #067BFE
Black with #067BFE
Text Example
Text Example
White with #067BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067BFE; }
p { color: rgb(6,123,254); }
H1.HeaderClassName
{
color: #067BFE;
}
.AnyTagClassName
{
color: #067BFE;
}
</style>
background-color css
<style>
a { background-color: #067BFE; }
a { background-color: rgb(6,123,254); }
div.DivClassName
{
background-color: #067BFE;
}
.BgClassName
{
background-color: #067BFE;
}
</style>
border-color css
<style>
span { border-color: #067BFE; }
span { border-color: rgb(6,123,254); }
td.TdClassName
{
border-color: #067BFE;
}
.TagClassName
{
border-color: #067BFE;
}
</style>