Shades of Dodger Blue #069FFC
Tints of Dodger Blue #069FFC
RGB
CMYK
RGB Variations
Color information
#069FFC (or 0x069FFC) is known color: Dodger Blue. HEX triplet: 06, 9F and FC. RGB value is (6,159,252). Sum of RGB (Red+Green+Blue) = 6+159+252=417 (55% of max value = 765). Red value is 6 (2.73% from 255 or 1.44% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 252 (98.83% from 255 or 60.43% from 417); Max value from RGB is 252 - color contains mainly: blue. Hex color #069FFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #069FFC is #F96003. Grayscale: #7B7B7B. Windows color (decimal): -16343044 or 16555782. OLE color: 16555782.
HSL color Cylindrical-coordinate representation of color #069FFC: hue angle of 202.68º 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 #069FFC is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 159 | 252 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.01 |
| HSL | 202.68º | 0.98% | 0.51% | - |
| HSV(B) | 202.68º | 0.98% | 0.99% | - |
| XYZ | 30.04 | 31.86 | 96.66 | - |
| YUV | 123.86 | 200.31 | 43.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 159 | 252 | 0.98 | 0.37 | 0 | 0.01 | 202.68 | 0.98 | 0.51 |
| Hex | 6 | 9F | FC | 62 | 25 | 0 | 1 | CB | 62 | 33 |
| Octal | 6 | 237 | 374 | 142 | 45 | 0 | 1 | 313 | 142 | 63 |
| Binary | 110 | 10011111 | 11111100 | 1100010 | 100101 | 0 | 1 | 11001011 | 1100010 | 110011 |
Color Harmonies of #069FFC
Complementary color
Monochromatic Colors of #069FFC
Black with #069FFC
Text Example
Text Example
White with #069FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069FFC; }
p { color: rgb(6,159,252); }
H1.HeaderClassName
{
color: #069FFC;
}
.AnyTagClassName
{
color: #069FFC;
}
</style>
background-color css
<style>
a { background-color: #069FFC; }
a { background-color: rgb(6,159,252); }
div.DivClassName
{
background-color: #069FFC;
}
.BgClassName
{
background-color: #069FFC;
}
</style>
border-color css
<style>
span { border-color: #069FFC; }
span { border-color: rgb(6,159,252); }
td.TdClassName
{
border-color: #069FFC;
}
.TagClassName
{
border-color: #069FFC;
}
</style>