Shades of Dodger Blue #069FFD
Tints of Dodger Blue #069FFD
RGB
CMYK
RGB Variations
Color information
#069FFD (or 0x069FFD) is known color: Dodger Blue. HEX triplet: 06, 9F and FD. RGB value is (6,159,253). Sum of RGB (Red+Green+Blue) = 6+159+253=418 (55% of max value = 765). Red value is 6 (2.73% from 255 or 1.44% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 253 (99.22% from 255 or 60.53% from 418); Max value from RGB is 253 - color contains mainly: blue. Hex color #069FFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #069FFD is #F96002. Grayscale: #7B7B7B. Windows color (decimal): -16343043 or 16621318. OLE color: 16621318.
HSL color Cylindrical-coordinate representation of color #069FFD: hue angle of 202.83º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #069FFD is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 159 | 253 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.01 |
| HSL | 202.83º | 0.98% | 0.51% | - |
| HSV(B) | 202.83º | 0.98% | 0.99% | - |
| XYZ | 30.2 | 31.93 | 97.5 | - |
| YUV | 123.97 | 200.81 | 43.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 159 | 253 | 0.98 | 0.37 | 0 | 0.01 | 202.83 | 0.98 | 0.51 |
| Hex | 6 | 9F | FD | 62 | 25 | 0 | 1 | CB | 62 | 33 |
| Octal | 6 | 237 | 375 | 142 | 45 | 0 | 1 | 313 | 142 | 63 |
| Binary | 110 | 10011111 | 11111101 | 1100010 | 100101 | 0 | 1 | 11001011 | 1100010 | 110011 |
Color Harmonies of #069FFD
Complementary color
Monochromatic Colors of #069FFD
Black with #069FFD
Text Example
Text Example
White with #069FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069FFD; }
p { color: rgb(6,159,253); }
H1.HeaderClassName
{
color: #069FFD;
}
.AnyTagClassName
{
color: #069FFD;
}
</style>
background-color css
<style>
a { background-color: #069FFD; }
a { background-color: rgb(6,159,253); }
div.DivClassName
{
background-color: #069FFD;
}
.BgClassName
{
background-color: #069FFD;
}
</style>
border-color css
<style>
span { border-color: #069FFD; }
span { border-color: rgb(6,159,253); }
td.TdClassName
{
border-color: #069FFD;
}
.TagClassName
{
border-color: #069FFD;
}
</style>