Shades of Dodger Blue #0091FA
Tints of Dodger Blue #0091FA
RGB
CMYK
RGB Variations
Color information
#0091FA (or 0x0091FA) is known color: Dodger Blue. HEX triplet: 00, 91 and FA. RGB value is (0,145,250). Sum of RGB (Red+Green+Blue) = 0+145+250=395 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 250 (98.05% from 255 or 63.29% from 395); Max value from RGB is 250 - color contains mainly: blue. Hex color #0091FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0091FA is #FF6E05. Grayscale: #717171. Windows color (decimal): -16739846 or 16421120. OLE color: 16421120.
HSL color Cylindrical-coordinate representation of color #0091FA: hue angle of 205.2º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0091FA is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 145 | 250 | - |
| CMYK | 1 | 0.42 | 0 | 0.02 |
| HSL | 205.2º | 1% | 0.49% | - |
| HSV(B) | 205.2º | 1% | 0.98% | - |
| XYZ | 27.38 | 27.15 | 94.24 | - |
| YUV | 113.62 | 204.96 | 46.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 145 | 250 | 1 | 0.42 | 0 | 0.02 | 205.2 | 1 | 0.49 |
| Hex | 0 | 91 | FA | 64 | 2A | 0 | 2 | CD | 64 | 31 |
| Octal | 0 | 221 | 372 | 144 | 52 | 0 | 2 | 315 | 144 | 61 |
| Binary | 0 | 10010001 | 11111010 | 1100100 | 101010 | 0 | 10 | 11001101 | 1100100 | 110001 |
Color Harmonies of #0091FA
Complementary color
Monochromatic Colors of #0091FA
Black with #0091FA
Text Example
Text Example
White with #0091FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0091FA; }
p { color: rgb(0,145,250); }
H1.HeaderClassName
{
color: #0091FA;
}
.AnyTagClassName
{
color: #0091FA;
}
</style>
background-color css
<style>
a { background-color: #0091FA; }
a { background-color: rgb(0,145,250); }
div.DivClassName
{
background-color: #0091FA;
}
.BgClassName
{
background-color: #0091FA;
}
</style>
border-color css
<style>
span { border-color: #0091FA; }
span { border-color: rgb(0,145,250); }
td.TdClassName
{
border-color: #0091FA;
}
.TagClassName
{
border-color: #0091FA;
}
</style>