Shades of Dodger Blue #069BFF
Tints of Dodger Blue #069BFF
RGB
CMYK
RGB Variations
Color information
#069BFF (or 0x069BFF) is known color: Dodger Blue. HEX triplet: 06, 9B and FF. RGB value is (6,155,255). Sum of RGB (Red+Green+Blue) = 6+155+255=416 (55% of max value = 765). Red value is 6 (2.73% from 255 or 1.44% from 416); Green value is 155 (60.94% from 255 or 37.26% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #069BFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #069BFF is #F96400. Grayscale: #797979. Windows color (decimal): -16344065 or 16751366. OLE color: 16751366.
HSL color Cylindrical-coordinate representation of color #069BFF: hue angle of 204.1º 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 #069BFF is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 155 | 255 | - |
| CMYK | 0.98 | 0.39 | 0 | 0 |
| HSL | 204.1º | 1% | 0.51% | - |
| HSV(B) | 204.1º | 0.98% | 1% | - |
| XYZ | 29.85 | 30.7 | 98.96 | - |
| YUV | 121.85 | 203.14 | 45.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 155 | 255 | 0.98 | 0.39 | 0 | 0 | 204.1 | 1 | 0.51 |
| Hex | 6 | 9B | FF | 62 | 27 | 0 | 0 | CC | 64 | 33 |
| Octal | 6 | 233 | 377 | 142 | 47 | 0 | 0 | 314 | 144 | 63 |
| Binary | 110 | 10011011 | 11111111 | 1100010 | 100111 | 0 | 0 | 11001100 | 1100100 | 110011 |
Color Harmonies of #069BFF
Complementary color
Monochromatic Colors of #069BFF
Black with #069BFF
Text Example
Text Example
White with #069BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069BFF; }
p { color: rgb(6,155,255); }
H1.HeaderClassName
{
color: #069BFF;
}
.AnyTagClassName
{
color: #069BFF;
}
</style>
background-color css
<style>
a { background-color: #069BFF; }
a { background-color: rgb(6,155,255); }
div.DivClassName
{
background-color: #069BFF;
}
.BgClassName
{
background-color: #069BFF;
}
</style>
border-color css
<style>
span { border-color: #069BFF; }
span { border-color: rgb(6,155,255); }
td.TdClassName
{
border-color: #069BFF;
}
.TagClassName
{
border-color: #069BFF;
}
</style>