Shades of Dodger Blue #069DFE
Tints of Dodger Blue #069DFE
RGB
CMYK
RGB Variations
Color information
#069DFE (or 0x069DFE) is known color: Dodger Blue. HEX triplet: 06, 9D and FE. RGB value is (6,157,254). Sum of RGB (Red+Green+Blue) = 6+157+254=417 (55% of max value = 765). Red value is 6 (2.73% from 255 or 1.44% from 417); Green value is 157 (61.72% from 255 or 37.65% from 417); Blue value is 254 (99.61% from 255 or 60.91% from 417); Max value from RGB is 254 - color contains mainly: blue. Hex color #069DFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #069DFE is #F96201. Grayscale: #7A7A7A. Windows color (decimal): -16343554 or 16686342. OLE color: 16686342.
HSL color Cylindrical-coordinate representation of color #069DFE: hue angle of 203.47º 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 #069DFE is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 6 | 157 | 254 | - |
| CMYK | 0.98 | 0.38 | 0 | 0.00 |
| HSL | 203.47º | 0.99% | 0.51% | - |
| HSV(B) | 203.47º | 0.98% | 1% | - |
| XYZ | 30.02 | 31.31 | 98.23 | - |
| YUV | 122.91 | 201.97 | 44.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 157 | 254 | 0.98 | 0.38 | 0 | 0.00 | 203.47 | 0.99 | 0.51 |
| Hex | 6 | 9D | FE | 62 | 26 | 0 | 0 | CB | 63 | 33 |
| Octal | 6 | 235 | 376 | 142 | 46 | 0 | 0 | 313 | 143 | 63 |
| Binary | 110 | 10011101 | 11111110 | 1100010 | 100110 | 0 | 0 | 11001011 | 1100011 | 110011 |
Color Harmonies of #069DFE
Complementary color
Monochromatic Colors of #069DFE
Black with #069DFE
Text Example
Text Example
White with #069DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069DFE; }
p { color: rgb(6,157,254); }
H1.HeaderClassName
{
color: #069DFE;
}
.AnyTagClassName
{
color: #069DFE;
}
</style>
background-color css
<style>
a { background-color: #069DFE; }
a { background-color: rgb(6,157,254); }
div.DivClassName
{
background-color: #069DFE;
}
.BgClassName
{
background-color: #069DFE;
}
</style>
border-color css
<style>
span { border-color: #069DFE; }
span { border-color: rgb(6,157,254); }
td.TdClassName
{
border-color: #069DFE;
}
.TagClassName
{
border-color: #069DFE;
}
</style>