Shades of Dodger Blue #069CEF
Tints of Dodger Blue #069CEF
RGB
CMYK
RGB Variations
Color information
#069CEF (or 0x069CEF) is known color: Dodger Blue. HEX triplet: 06, 9C and EF. RGB value is (6,156,239). Sum of RGB (Red+Green+Blue) = 6+156+239=401 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.50% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 239 (93.75% from 255 or 59.60% from 401); Max value from RGB is 239 - color contains mainly: blue. Hex color #069CEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #069CEF is #F96310. Grayscale: #787878. Windows color (decimal): -16343825 or 15703046. OLE color: 15703046.
HSL color Cylindrical-coordinate representation of color #069CEF: hue angle of 201.37º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #069CEF is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 6 | 156 | 239 | - |
| CMYK | 0.97 | 0.35 | 0 | 0.06 |
| HSL | 201.37º | 0.95% | 0.48% | - |
| HSV(B) | 201.37º | 0.97% | 0.94% | - |
| XYZ | 27.54 | 30.05 | 86.01 | - |
| YUV | 120.61 | 194.81 | 46.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 156 | 239 | 0.97 | 0.35 | 0 | 0.06 | 201.37 | 0.95 | 0.48 |
| Hex | 6 | 9C | EF | 61 | 23 | 0 | 6 | C9 | 5F | 30 |
| Octal | 6 | 234 | 357 | 141 | 43 | 0 | 6 | 311 | 137 | 60 |
| Binary | 110 | 10011100 | 11101111 | 1100001 | 100011 | 0 | 110 | 11001001 | 1011111 | 110000 |
Color Harmonies of #069CEF
Complementary color
Monochromatic Colors of #069CEF
Black with #069CEF
Text Example
Text Example
White with #069CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069CEF; }
p { color: rgb(6,156,239); }
H1.HeaderClassName
{
color: #069CEF;
}
.AnyTagClassName
{
color: #069CEF;
}
</style>
background-color css
<style>
a { background-color: #069CEF; }
a { background-color: rgb(6,156,239); }
div.DivClassName
{
background-color: #069CEF;
}
.BgClassName
{
background-color: #069CEF;
}
</style>
border-color css
<style>
span { border-color: #069CEF; }
span { border-color: rgb(6,156,239); }
td.TdClassName
{
border-color: #069CEF;
}
.TagClassName
{
border-color: #069CEF;
}
</style>