Shades of Dodger Blue #0691FB
Tints of Dodger Blue #0691FB
RGB
CMYK
RGB Variations
Color information
#0691FB (or 0x0691FB) is known color: Dodger Blue. HEX triplet: 06, 91 and FB. RGB value is (6,145,251). Sum of RGB (Red+Green+Blue) = 6+145+251=402 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.49% from 402); Green value is 145 (57.03% from 255 or 36.07% from 402); Blue value is 251 (98.44% from 255 or 62.44% from 402); Max value from RGB is 251 - color contains mainly: blue. Hex color #0691FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0691FB is #F96E04. Grayscale: #727272. Windows color (decimal): -16346629 or 16486662. OLE color: 16486662.
HSL color Cylindrical-coordinate representation of color #0691FB: hue angle of 205.96º 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 #0691FB is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 145 | 251 | - |
| CMYK | 0.98 | 0.42 | 0 | 0.02 |
| HSL | 205.96º | 0.97% | 0.5% | - |
| HSV(B) | 205.96º | 0.98% | 0.98% | - |
| XYZ | 27.61 | 27.25 | 95.07 | - |
| YUV | 115.52 | 204.45 | 49.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 145 | 251 | 0.98 | 0.42 | 0 | 0.02 | 205.96 | 0.97 | 0.5 |
| Hex | 6 | 91 | FB | 62 | 2A | 0 | 2 | CE | 61 | 32 |
| Octal | 6 | 221 | 373 | 142 | 52 | 0 | 2 | 316 | 141 | 62 |
| Binary | 110 | 10010001 | 11111011 | 1100010 | 101010 | 0 | 10 | 11001110 | 1100001 | 110010 |
Color Harmonies of #0691FB
Complementary color
Monochromatic Colors of #0691FB
Black with #0691FB
Text Example
Text Example
White with #0691FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0691FB; }
p { color: rgb(6,145,251); }
H1.HeaderClassName
{
color: #0691FB;
}
.AnyTagClassName
{
color: #0691FB;
}
</style>
background-color css
<style>
a { background-color: #0691FB; }
a { background-color: rgb(6,145,251); }
div.DivClassName
{
background-color: #0691FB;
}
.BgClassName
{
background-color: #0691FB;
}
</style>
border-color css
<style>
span { border-color: #0691FB; }
span { border-color: rgb(6,145,251); }
td.TdClassName
{
border-color: #0691FB;
}
.TagClassName
{
border-color: #0691FB;
}
</style>