Shades of Dodger Blue #069FFB
Tints of Dodger Blue #069FFB
RGB
CMYK
RGB Variations
Color information
#069FFB (or 0x069FFB) is known color: Dodger Blue. HEX triplet: 06, 9F and FB. RGB value is (6,159,251). Sum of RGB (Red+Green+Blue) = 6+159+251=416 (55% of max value = 765). Red value is 6 (2.73% from 255 or 1.44% from 416); Green value is 159 (62.5% from 255 or 38.22% from 416); Blue value is 251 (98.44% from 255 or 60.34% from 416); Max value from RGB is 251 - color contains mainly: blue. Hex color #069FFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #069FFB is #F96004. Grayscale: #7B7B7B. Windows color (decimal): -16343045 or 16490246. OLE color: 16490246.
HSL color Cylindrical-coordinate representation of color #069FFB: hue angle of 202.53º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #069FFB is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 159 | 251 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.02 |
| HSL | 202.53º | 0.97% | 0.5% | - |
| HSV(B) | 202.53º | 0.98% | 0.98% | - |
| XYZ | 29.89 | 31.8 | 95.83 | - |
| YUV | 123.74 | 199.81 | 44.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 159 | 251 | 0.98 | 0.37 | 0 | 0.02 | 202.53 | 0.97 | 0.5 |
| Hex | 6 | 9F | FB | 62 | 25 | 0 | 2 | CB | 61 | 32 |
| Octal | 6 | 237 | 373 | 142 | 45 | 0 | 2 | 313 | 141 | 62 |
| Binary | 110 | 10011111 | 11111011 | 1100010 | 100101 | 0 | 10 | 11001011 | 1100001 | 110010 |
Color Harmonies of #069FFB
Complementary color
Monochromatic Colors of #069FFB
Black with #069FFB
Text Example
Text Example
White with #069FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069FFB; }
p { color: rgb(6,159,251); }
H1.HeaderClassName
{
color: #069FFB;
}
.AnyTagClassName
{
color: #069FFB;
}
</style>
background-color css
<style>
a { background-color: #069FFB; }
a { background-color: rgb(6,159,251); }
div.DivClassName
{
background-color: #069FFB;
}
.BgClassName
{
background-color: #069FFB;
}
</style>
border-color css
<style>
span { border-color: #069FFB; }
span { border-color: rgb(6,159,251); }
td.TdClassName
{
border-color: #069FFB;
}
.TagClassName
{
border-color: #069FFB;
}
</style>