Shades of Dodger Blue #067FFB
Tints of Dodger Blue #067FFB
RGB
CMYK
RGB Variations
Color information
#067FFB (or 0x067FFB) is known color: Dodger Blue. HEX triplet: 06, 7F and FB. RGB value is (6,127,251). Sum of RGB (Red+Green+Blue) = 6+127+251=384 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.56% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 251 (98.44% from 255 or 65.36% from 384); Max value from RGB is 251 - color contains mainly: blue. Hex color #067FFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #067FFB is #F98004. Grayscale: #686868. Windows color (decimal): -16351237 or 16482054. OLE color: 16482054.
HSL color Cylindrical-coordinate representation of color #067FFB: hue angle of 210.37º 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 #067FFB is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 127 | 251 | - |
| CMYK | 0.98 | 0.49 | 0 | 0.02 |
| HSL | 210.37º | 0.97% | 0.5% | - |
| HSV(B) | 210.37º | 0.98% | 0.98% | - |
| XYZ | 25.08 | 22.18 | 94.23 | - |
| YUV | 104.96 | 210.41 | 57.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 127 | 251 | 0.98 | 0.49 | 0 | 0.02 | 210.37 | 0.97 | 0.5 |
| Hex | 6 | 7F | FB | 62 | 31 | 0 | 2 | D2 | 61 | 32 |
| Octal | 6 | 177 | 373 | 142 | 61 | 0 | 2 | 322 | 141 | 62 |
| Binary | 110 | 1111111 | 11111011 | 1100010 | 110001 | 0 | 10 | 11010010 | 1100001 | 110010 |
Color Harmonies of #067FFB
Complementary color
Monochromatic Colors of #067FFB
Black with #067FFB
Text Example
Text Example
White with #067FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067FFB; }
p { color: rgb(6,127,251); }
H1.HeaderClassName
{
color: #067FFB;
}
.AnyTagClassName
{
color: #067FFB;
}
</style>
background-color css
<style>
a { background-color: #067FFB; }
a { background-color: rgb(6,127,251); }
div.DivClassName
{
background-color: #067FFB;
}
.BgClassName
{
background-color: #067FFB;
}
</style>
border-color css
<style>
span { border-color: #067FFB; }
span { border-color: rgb(6,127,251); }
td.TdClassName
{
border-color: #067FFB;
}
.TagClassName
{
border-color: #067FFB;
}
</style>