Shades of Dodger Blue #0091FC
Tints of Dodger Blue #0091FC
RGB
CMYK
RGB Variations
Color information
#0091FC (or 0x0091FC) is known color: Dodger Blue. HEX triplet: 00, 91 and FC. RGB value is (0,145,252). Sum of RGB (Red+Green+Blue) = 0+145+252=397 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 252 (98.83% from 255 or 63.48% from 397); Max value from RGB is 252 - color contains mainly: blue. Hex color #0091FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0091FC is #FF6E03. Grayscale: #717171. Windows color (decimal): -16739844 or 16552192. OLE color: 16552192.
HSL color Cylindrical-coordinate representation of color #0091FC: hue angle of 205.48º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0091FC is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 145 | 252 | - |
| CMYK | 1 | 0.42 | 0 | 0.01 |
| HSL | 205.48º | 1% | 0.49% | - |
| HSV(B) | 205.48º | 1% | 0.99% | - |
| XYZ | 27.7 | 27.28 | 95.9 | - |
| YUV | 113.84 | 205.96 | 46.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 145 | 252 | 1 | 0.42 | 0 | 0.01 | 205.48 | 1 | 0.49 |
| Hex | 0 | 91 | FC | 64 | 2A | 0 | 1 | CD | 64 | 31 |
| Octal | 0 | 221 | 374 | 144 | 52 | 0 | 1 | 315 | 144 | 61 |
| Binary | 0 | 10010001 | 11111100 | 1100100 | 101010 | 0 | 1 | 11001101 | 1100100 | 110001 |
Color Harmonies of #0091FC
Complementary color
Monochromatic Colors of #0091FC
Black with #0091FC
Text Example
Text Example
White with #0091FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0091FC; }
p { color: rgb(0,145,252); }
H1.HeaderClassName
{
color: #0091FC;
}
.AnyTagClassName
{
color: #0091FC;
}
</style>
background-color css
<style>
a { background-color: #0091FC; }
a { background-color: rgb(0,145,252); }
div.DivClassName
{
background-color: #0091FC;
}
.BgClassName
{
background-color: #0091FC;
}
</style>
border-color css
<style>
span { border-color: #0091FC; }
span { border-color: rgb(0,145,252); }
td.TdClassName
{
border-color: #0091FC;
}
.TagClassName
{
border-color: #0091FC;
}
</style>