Shades of Dodger Blue #069BFE
Tints of Dodger Blue #069BFE
RGB
CMYK
RGB Variations
Color information
#069BFE (or 0x069BFE) is known color: Dodger Blue. HEX triplet: 06, 9B and FE. RGB value is (6,155,254). Sum of RGB (Red+Green+Blue) = 6+155+254=415 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.45% from 415); Green value is 155 (60.94% from 255 or 37.35% from 415); Blue value is 254 (99.61% from 255 or 61.20% from 415); Max value from RGB is 254 - color contains mainly: blue. Hex color #069BFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #069BFE is #F96401. Grayscale: #797979. Windows color (decimal): -16344066 or 16685830. OLE color: 16685830.
HSL color Cylindrical-coordinate representation of color #069BFE: hue angle of 203.95º 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 #069BFE is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 6 | 155 | 254 | - |
| CMYK | 0.98 | 0.39 | 0 | 0.00 |
| HSL | 203.95º | 0.99% | 0.51% | - |
| HSV(B) | 203.95º | 0.98% | 1% | - |
| XYZ | 29.69 | 30.64 | 98.11 | - |
| YUV | 121.74 | 202.64 | 45.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 155 | 254 | 0.98 | 0.39 | 0 | 0.00 | 203.95 | 0.99 | 0.51 |
| Hex | 6 | 9B | FE | 62 | 27 | 0 | 0 | CC | 63 | 33 |
| Octal | 6 | 233 | 376 | 142 | 47 | 0 | 0 | 314 | 143 | 63 |
| Binary | 110 | 10011011 | 11111110 | 1100010 | 100111 | 0 | 0 | 11001100 | 1100011 | 110011 |
Color Harmonies of #069BFE
Complementary color
Monochromatic Colors of #069BFE
Black with #069BFE
Text Example
Text Example
White with #069BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069BFE; }
p { color: rgb(6,155,254); }
H1.HeaderClassName
{
color: #069BFE;
}
.AnyTagClassName
{
color: #069BFE;
}
</style>
background-color css
<style>
a { background-color: #069BFE; }
a { background-color: rgb(6,155,254); }
div.DivClassName
{
background-color: #069BFE;
}
.BgClassName
{
background-color: #069BFE;
}
</style>
border-color css
<style>
span { border-color: #069BFE; }
span { border-color: rgb(6,155,254); }
td.TdClassName
{
border-color: #069BFE;
}
.TagClassName
{
border-color: #069BFE;
}
</style>