Shades of Dodger Blue #069BFC
Tints of Dodger Blue #069BFC
RGB
CMYK
RGB Variations
Color information
#069BFC (or 0x069BFC) is known color: Dodger Blue. HEX triplet: 06, 9B and FC. RGB value is (6,155,252). Sum of RGB (Red+Green+Blue) = 6+155+252=413 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.45% from 413); Green value is 155 (60.94% from 255 or 37.53% from 413); Blue value is 252 (98.83% from 255 or 61.02% from 413); Max value from RGB is 252 - color contains mainly: blue. Hex color #069BFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #069BFC is #F96403. Grayscale: #787878. Windows color (decimal): -16344068 or 16554758. OLE color: 16554758.
HSL color Cylindrical-coordinate representation of color #069BFC: hue angle of 203.66º 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 #069BFC is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 155 | 252 | - |
| CMYK | 0.98 | 0.38 | 0 | 0.01 |
| HSL | 203.66º | 0.98% | 0.51% | - |
| HSV(B) | 203.66º | 0.98% | 0.99% | - |
| XYZ | 29.37 | 30.51 | 96.44 | - |
| YUV | 121.51 | 201.64 | 45.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 155 | 252 | 0.98 | 0.38 | 0 | 0.01 | 203.66 | 0.98 | 0.51 |
| Hex | 6 | 9B | FC | 62 | 26 | 0 | 1 | CC | 62 | 33 |
| Octal | 6 | 233 | 374 | 142 | 46 | 0 | 1 | 314 | 142 | 63 |
| Binary | 110 | 10011011 | 11111100 | 1100010 | 100110 | 0 | 1 | 11001100 | 1100010 | 110011 |
Color Harmonies of #069BFC
Complementary color
Monochromatic Colors of #069BFC
Black with #069BFC
Text Example
Text Example
White with #069BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069BFC; }
p { color: rgb(6,155,252); }
H1.HeaderClassName
{
color: #069BFC;
}
.AnyTagClassName
{
color: #069BFC;
}
</style>
background-color css
<style>
a { background-color: #069BFC; }
a { background-color: rgb(6,155,252); }
div.DivClassName
{
background-color: #069BFC;
}
.BgClassName
{
background-color: #069BFC;
}
</style>
border-color css
<style>
span { border-color: #069BFC; }
span { border-color: rgb(6,155,252); }
td.TdClassName
{
border-color: #069BFC;
}
.TagClassName
{
border-color: #069BFC;
}
</style>