Shades of Dodger Blue #069DFB
Tints of Dodger Blue #069DFB
RGB
CMYK
RGB Variations
Color information
#069DFB (or 0x069DFB) is known color: Dodger Blue. HEX triplet: 06, 9D and FB. RGB value is (6,157,251). Sum of RGB (Red+Green+Blue) = 6+157+251=414 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.45% from 414); Green value is 157 (61.72% from 255 or 37.92% from 414); Blue value is 251 (98.44% from 255 or 60.63% from 414); Max value from RGB is 251 - color contains mainly: blue. Hex color #069DFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #069DFB is #F96204. Grayscale: #7A7A7A. Windows color (decimal): -16343557 or 16489734. OLE color: 16489734.
HSL color Cylindrical-coordinate representation of color #069DFB: hue angle of 203.02º 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 #069DFB is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 157 | 251 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.02 |
| HSL | 203.02º | 0.97% | 0.5% | - |
| HSV(B) | 203.02º | 0.98% | 0.98% | - |
| XYZ | 29.54 | 31.12 | 95.72 | - |
| YUV | 122.57 | 200.47 | 44.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 157 | 251 | 0.98 | 0.37 | 0 | 0.02 | 203.02 | 0.97 | 0.5 |
| Hex | 6 | 9D | FB | 62 | 25 | 0 | 2 | CB | 61 | 32 |
| Octal | 6 | 235 | 373 | 142 | 45 | 0 | 2 | 313 | 141 | 62 |
| Binary | 110 | 10011101 | 11111011 | 1100010 | 100101 | 0 | 10 | 11001011 | 1100001 | 110010 |
Color Harmonies of #069DFB
Complementary color
Monochromatic Colors of #069DFB
Black with #069DFB
Text Example
Text Example
White with #069DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069DFB; }
p { color: rgb(6,157,251); }
H1.HeaderClassName
{
color: #069DFB;
}
.AnyTagClassName
{
color: #069DFB;
}
</style>
background-color css
<style>
a { background-color: #069DFB; }
a { background-color: rgb(6,157,251); }
div.DivClassName
{
background-color: #069DFB;
}
.BgClassName
{
background-color: #069DFB;
}
</style>
border-color css
<style>
span { border-color: #069DFB; }
span { border-color: rgb(6,157,251); }
td.TdClassName
{
border-color: #069DFB;
}
.TagClassName
{
border-color: #069DFB;
}
</style>