Shades of Dodger Blue #067FE8
Tints of Dodger Blue #067FE8
RGB
CMYK
RGB Variations
Color information
#067FE8 (or 0x067FE8) is known color: Dodger Blue. HEX triplet: 06, 7F and E8. RGB value is (6,127,232). Sum of RGB (Red+Green+Blue) = 6+127+232=365 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.64% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 232 (91.02% from 255 or 63.56% from 365); Max value from RGB is 232 - color contains mainly: blue. Hex color #067FE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #067FE8 is #F98017. Grayscale: #666666. Windows color (decimal): -16351256 or 15236870. OLE color: 15236870.
HSL color Cylindrical-coordinate representation of color #067FE8: hue angle of 207.88º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #067FE8 is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 6 | 127 | 232 | - |
| CMYK | 0.97 | 0.45 | 0 | 0.09 |
| HSL | 207.88º | 0.95% | 0.47% | - |
| HSV(B) | 207.88º | 0.97% | 0.91% | - |
| XYZ | 22.23 | 21.04 | 79.23 | - |
| YUV | 102.79 | 200.91 | 58.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 127 | 232 | 0.97 | 0.45 | 0 | 0.09 | 207.88 | 0.95 | 0.47 |
| Hex | 6 | 7F | E8 | 61 | 2D | 0 | 9 | D0 | 5F | 2F |
| Octal | 6 | 177 | 350 | 141 | 55 | 0 | 11 | 320 | 137 | 57 |
| Binary | 110 | 1111111 | 11101000 | 1100001 | 101101 | 0 | 1001 | 11010000 | 1011111 | 101111 |
Color Harmonies of #067FE8
Complementary color
Monochromatic Colors of #067FE8
Black with #067FE8
Text Example
Text Example
White with #067FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067FE8; }
p { color: rgb(6,127,232); }
H1.HeaderClassName
{
color: #067FE8;
}
.AnyTagClassName
{
color: #067FE8;
}
</style>
background-color css
<style>
a { background-color: #067FE8; }
a { background-color: rgb(6,127,232); }
div.DivClassName
{
background-color: #067FE8;
}
.BgClassName
{
background-color: #067FE8;
}
</style>
border-color css
<style>
span { border-color: #067FE8; }
span { border-color: rgb(6,127,232); }
td.TdClassName
{
border-color: #067FE8;
}
.TagClassName
{
border-color: #067FE8;
}
</style>