Shades of Dodger Blue #069BFA
Tints of Dodger Blue #069BFA
RGB
CMYK
RGB Variations
Color information
#069BFA (or 0x069BFA) is known color: Dodger Blue. HEX triplet: 06, 9B and FA. RGB value is (6,155,250). Sum of RGB (Red+Green+Blue) = 6+155+250=411 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.46% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 250 (98.05% from 255 or 60.83% from 411); Max value from RGB is 250 - color contains mainly: blue. Hex color #069BFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #069BFA is #F96405. Grayscale: #787878. Windows color (decimal): -16344070 or 16423686. OLE color: 16423686.
HSL color Cylindrical-coordinate representation of color #069BFA: hue angle of 203.36º degrees, saturation: 0.96, 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 #069BFA is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 155 | 250 | - |
| CMYK | 0.98 | 0.38 | 0 | 0.02 |
| HSL | 203.36º | 0.96% | 0.5% | - |
| HSV(B) | 203.36º | 0.98% | 0.98% | - |
| XYZ | 29.05 | 30.38 | 94.78 | - |
| YUV | 121.28 | 200.64 | 45.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 155 | 250 | 0.98 | 0.38 | 0 | 0.02 | 203.36 | 0.96 | 0.5 |
| Hex | 6 | 9B | FA | 62 | 26 | 0 | 2 | CB | 60 | 32 |
| Octal | 6 | 233 | 372 | 142 | 46 | 0 | 2 | 313 | 140 | 62 |
| Binary | 110 | 10011011 | 11111010 | 1100010 | 100110 | 0 | 10 | 11001011 | 1100000 | 110010 |
Color Harmonies of #069BFA
Complementary color
Monochromatic Colors of #069BFA
Black with #069BFA
Text Example
Text Example
White with #069BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069BFA; }
p { color: rgb(6,155,250); }
H1.HeaderClassName
{
color: #069BFA;
}
.AnyTagClassName
{
color: #069BFA;
}
</style>
background-color css
<style>
a { background-color: #069BFA; }
a { background-color: rgb(6,155,250); }
div.DivClassName
{
background-color: #069BFA;
}
.BgClassName
{
background-color: #069BFA;
}
</style>
border-color css
<style>
span { border-color: #069BFA; }
span { border-color: rgb(6,155,250); }
td.TdClassName
{
border-color: #069BFA;
}
.TagClassName
{
border-color: #069BFA;
}
</style>