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