Shades of Dodger Blue #0A91FC
Tints of Dodger Blue #0A91FC
RGB
CMYK
RGB Variations
Color information
#0A91FC (or 0x0A91FC) is known color: Dodger Blue. HEX triplet: 0A, 91 and FC. RGB value is (10,145,252). Sum of RGB (Red+Green+Blue) = 10+145+252=407 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.46% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 252 (98.83% from 255 or 61.92% from 407); Max value from RGB is 252 - color contains mainly: blue. Hex color #0A91FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A91FC is #F56E03. Grayscale: #747474. Windows color (decimal): -16084484 or 16552202. OLE color: 16552202.
HSL color Cylindrical-coordinate representation of color #0A91FC: hue angle of 206.53º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A91FC is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 145 | 252 | - |
| CMYK | 0.96 | 0.42 | 0 | 0.01 |
| HSL | 206.53º | 0.98% | 0.51% | - |
| HSV(B) | 206.53º | 0.96% | 0.99% | - |
| XYZ | 27.82 | 27.34 | 95.91 | - |
| YUV | 116.83 | 204.27 | 51.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 145 | 252 | 0.96 | 0.42 | 0 | 0.01 | 206.53 | 0.98 | 0.51 |
| Hex | A | 91 | FC | 60 | 2A | 0 | 1 | CF | 62 | 33 |
| Octal | 12 | 221 | 374 | 140 | 52 | 0 | 1 | 317 | 142 | 63 |
| Binary | 1010 | 10010001 | 11111100 | 1100000 | 101010 | 0 | 1 | 11001111 | 1100010 | 110011 |
Color Harmonies of #0A91FC
Complementary color
Monochromatic Colors of #0A91FC
Black with #0A91FC
Text Example
Text Example
White with #0A91FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A91FC; }
p { color: rgb(10,145,252); }
H1.HeaderClassName
{
color: #0A91FC;
}
.AnyTagClassName
{
color: #0A91FC;
}
</style>
background-color css
<style>
a { background-color: #0A91FC; }
a { background-color: rgb(10,145,252); }
div.DivClassName
{
background-color: #0A91FC;
}
.BgClassName
{
background-color: #0A91FC;
}
</style>
border-color css
<style>
span { border-color: #0A91FC; }
span { border-color: rgb(10,145,252); }
td.TdClassName
{
border-color: #0A91FC;
}
.TagClassName
{
border-color: #0A91FC;
}
</style>