Shades of Dodger Blue #0691FC
Tints of Dodger Blue #0691FC
RGB
CMYK
RGB Variations
Color information
#0691FC (or 0x0691FC) is known color: Dodger Blue. HEX triplet: 06, 91 and FC. RGB value is (6,145,252). Sum of RGB (Red+Green+Blue) = 6+145+252=403 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.49% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 252 (98.83% from 255 or 62.53% from 403); Max value from RGB is 252 - color contains mainly: blue. Hex color #0691FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0691FC is #F96E03. Grayscale: #737373. Windows color (decimal): -16346628 or 16552198. OLE color: 16552198.
HSL color Cylindrical-coordinate representation of color #0691FC: hue angle of 206.1º 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 #0691FC is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 145 | 252 | - |
| CMYK | 0.98 | 0.42 | 0 | 0.01 |
| HSL | 206.1º | 0.98% | 0.51% | - |
| HSV(B) | 206.1º | 0.98% | 0.99% | - |
| XYZ | 27.77 | 27.32 | 95.9 | - |
| YUV | 115.64 | 204.95 | 49.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 145 | 252 | 0.98 | 0.42 | 0 | 0.01 | 206.1 | 0.98 | 0.51 |
| Hex | 6 | 91 | FC | 62 | 2A | 0 | 1 | CE | 62 | 33 |
| Octal | 6 | 221 | 374 | 142 | 52 | 0 | 1 | 316 | 142 | 63 |
| Binary | 110 | 10010001 | 11111100 | 1100010 | 101010 | 0 | 1 | 11001110 | 1100010 | 110011 |
Color Harmonies of #0691FC
Complementary color
Monochromatic Colors of #0691FC
Black with #0691FC
Text Example
Text Example
White with #0691FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0691FC; }
p { color: rgb(6,145,252); }
H1.HeaderClassName
{
color: #0691FC;
}
.AnyTagClassName
{
color: #0691FC;
}
</style>
background-color css
<style>
a { background-color: #0691FC; }
a { background-color: rgb(6,145,252); }
div.DivClassName
{
background-color: #0691FC;
}
.BgClassName
{
background-color: #0691FC;
}
</style>
border-color css
<style>
span { border-color: #0691FC; }
span { border-color: rgb(6,145,252); }
td.TdClassName
{
border-color: #0691FC;
}
.TagClassName
{
border-color: #0691FC;
}
</style>