Shades of Dodger Blue #069BFD
Tints of Dodger Blue #069BFD
RGB
CMYK
RGB Variations
Color information
#069BFD (or 0x069BFD) is known color: Dodger Blue. HEX triplet: 06, 9B and FD. RGB value is (6,155,253). Sum of RGB (Red+Green+Blue) = 6+155+253=414 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.45% from 414); Green value is 155 (60.94% from 255 or 37.44% from 414); Blue value is 253 (99.22% from 255 or 61.11% from 414); Max value from RGB is 253 - color contains mainly: blue. Hex color #069BFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #069BFD is #F96402. Grayscale: #797979. Windows color (decimal): -16344067 or 16620294. OLE color: 16620294.
HSL color Cylindrical-coordinate representation of color #069BFD: hue angle of 203.81º 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 #069BFD is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 155 | 253 | - |
| CMYK | 0.98 | 0.39 | 0 | 0.01 |
| HSL | 203.81º | 0.98% | 0.51% | - |
| HSV(B) | 203.81º | 0.98% | 0.99% | - |
| XYZ | 29.53 | 30.57 | 97.27 | - |
| YUV | 121.62 | 202.14 | 45.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 155 | 253 | 0.98 | 0.39 | 0 | 0.01 | 203.81 | 0.98 | 0.51 |
| Hex | 6 | 9B | FD | 62 | 27 | 0 | 1 | CC | 62 | 33 |
| Octal | 6 | 233 | 375 | 142 | 47 | 0 | 1 | 314 | 142 | 63 |
| Binary | 110 | 10011011 | 11111101 | 1100010 | 100111 | 0 | 1 | 11001100 | 1100010 | 110011 |
Color Harmonies of #069BFD
Complementary color
Monochromatic Colors of #069BFD
Black with #069BFD
Text Example
Text Example
White with #069BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069BFD; }
p { color: rgb(6,155,253); }
H1.HeaderClassName
{
color: #069BFD;
}
.AnyTagClassName
{
color: #069BFD;
}
</style>
background-color css
<style>
a { background-color: #069BFD; }
a { background-color: rgb(6,155,253); }
div.DivClassName
{
background-color: #069BFD;
}
.BgClassName
{
background-color: #069BFD;
}
</style>
border-color css
<style>
span { border-color: #069BFD; }
span { border-color: rgb(6,155,253); }
td.TdClassName
{
border-color: #069BFD;
}
.TagClassName
{
border-color: #069BFD;
}
</style>