Shades of Dodger Blue #0A88FC
Tints of Dodger Blue #0A88FC
RGB
CMYK
RGB Variations
Color information
#0A88FC (or 0x0A88FC) is known color: Dodger Blue. HEX triplet: 0A, 88 and FC. RGB value is (10,136,252). Sum of RGB (Red+Green+Blue) = 10+136+252=398 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.51% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 252 (98.83% from 255 or 63.32% from 398); Max value from RGB is 252 - color contains mainly: blue. Hex color #0A88FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A88FC is #F57703. Grayscale: #6E6E6E. Windows color (decimal): -16086788 or 16549898. OLE color: 16549898.
HSL color Cylindrical-coordinate representation of color #0A88FC: hue angle of 208.76º 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 #0A88FC is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 136 | 252 | - |
| CMYK | 0.96 | 0.46 | 0 | 0.01 |
| HSL | 208.76º | 0.98% | 0.51% | - |
| HSV(B) | 208.76º | 0.96% | 0.99% | - |
| XYZ | 26.5 | 24.7 | 95.47 | - |
| YUV | 111.55 | 207.26 | 55.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 136 | 252 | 0.96 | 0.46 | 0 | 0.01 | 208.76 | 0.98 | 0.51 |
| Hex | A | 88 | FC | 60 | 2E | 0 | 1 | D1 | 62 | 33 |
| Octal | 12 | 210 | 374 | 140 | 56 | 0 | 1 | 321 | 142 | 63 |
| Binary | 1010 | 10001000 | 11111100 | 1100000 | 101110 | 0 | 1 | 11010001 | 1100010 | 110011 |
Color Harmonies of #0A88FC
Complementary color
Monochromatic Colors of #0A88FC
Black with #0A88FC
Text Example
Text Example
White with #0A88FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A88FC; }
p { color: rgb(10,136,252); }
H1.HeaderClassName
{
color: #0A88FC;
}
.AnyTagClassName
{
color: #0A88FC;
}
</style>
background-color css
<style>
a { background-color: #0A88FC; }
a { background-color: rgb(10,136,252); }
div.DivClassName
{
background-color: #0A88FC;
}
.BgClassName
{
background-color: #0A88FC;
}
</style>
border-color css
<style>
span { border-color: #0A88FC; }
span { border-color: rgb(10,136,252); }
td.TdClassName
{
border-color: #0A88FC;
}
.TagClassName
{
border-color: #0A88FC;
}
</style>