Shades of Dodger Blue #069AFE
Tints of Dodger Blue #069AFE
RGB
CMYK
RGB Variations
Color information
#069AFE (or 0x069AFE) is known color: Dodger Blue. HEX triplet: 06, 9A and FE. RGB value is (6,154,254). Sum of RGB (Red+Green+Blue) = 6+154+254=414 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.45% from 414); Green value is 154 (60.55% from 255 or 37.20% from 414); Blue value is 254 (99.61% from 255 or 61.35% from 414); Max value from RGB is 254 - color contains mainly: blue. Hex color #069AFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #069AFE is #F96501. Grayscale: #787878. Windows color (decimal): -16344322 or 16685574. OLE color: 16685574.
HSL color Cylindrical-coordinate representation of color #069AFE: hue angle of 204.19º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #069AFE is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 6 | 154 | 254 | - |
| CMYK | 0.98 | 0.39 | 0 | 0.00 |
| HSL | 204.19º | 0.99% | 0.51% | - |
| HSV(B) | 204.19º | 0.98% | 1% | - |
| XYZ | 29.52 | 30.31 | 98.06 | - |
| YUV | 121.15 | 202.97 | 45.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 154 | 254 | 0.98 | 0.39 | 0 | 0.00 | 204.19 | 0.99 | 0.51 |
| Hex | 6 | 9A | FE | 62 | 27 | 0 | 0 | CC | 63 | 33 |
| Octal | 6 | 232 | 376 | 142 | 47 | 0 | 0 | 314 | 143 | 63 |
| Binary | 110 | 10011010 | 11111110 | 1100010 | 100111 | 0 | 0 | 11001100 | 1100011 | 110011 |
Color Harmonies of #069AFE
Complementary color
Monochromatic Colors of #069AFE
Black with #069AFE
Text Example
Text Example
White with #069AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069AFE; }
p { color: rgb(6,154,254); }
H1.HeaderClassName
{
color: #069AFE;
}
.AnyTagClassName
{
color: #069AFE;
}
</style>
background-color css
<style>
a { background-color: #069AFE; }
a { background-color: rgb(6,154,254); }
div.DivClassName
{
background-color: #069AFE;
}
.BgClassName
{
background-color: #069AFE;
}
</style>
border-color css
<style>
span { border-color: #069AFE; }
span { border-color: rgb(6,154,254); }
td.TdClassName
{
border-color: #069AFE;
}
.TagClassName
{
border-color: #069AFE;
}
</style>