Shades of Dodger Blue #0AA2FC
Tints of Dodger Blue #0AA2FC
RGB
CMYK
RGB Variations
Color information
#0AA2FC (or 0x0AA2FC) is known color: Dodger Blue. HEX triplet: 0A, A2 and FC. RGB value is (10,162,252). Sum of RGB (Red+Green+Blue) = 10+162+252=424 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.36% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 252 (98.83% from 255 or 59.43% from 424); Max value from RGB is 252 - color contains mainly: blue. Hex color #0AA2FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0AA2FC is #F55D03. Grayscale: #7E7E7E. Windows color (decimal): -16080132 or 16556554. OLE color: 16556554.
HSL color Cylindrical-coordinate representation of color #0AA2FC: hue angle of 202.31º 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 #0AA2FC is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 162 | 252 | - |
| CMYK | 0.96 | 0.36 | 0 | 0.01 |
| HSL | 202.31º | 0.98% | 0.51% | - |
| HSV(B) | 202.31º | 0.96% | 0.99% | - |
| XYZ | 30.62 | 32.93 | 96.84 | - |
| YUV | 126.81 | 198.64 | 44.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 162 | 252 | 0.96 | 0.36 | 0 | 0.01 | 202.31 | 0.98 | 0.51 |
| Hex | A | A2 | FC | 60 | 24 | 0 | 1 | CA | 62 | 33 |
| Octal | 12 | 242 | 374 | 140 | 44 | 0 | 1 | 312 | 142 | 63 |
| Binary | 1010 | 10100010 | 11111100 | 1100000 | 100100 | 0 | 1 | 11001010 | 1100010 | 110011 |
Color Harmonies of #0AA2FC
Complementary color
Monochromatic Colors of #0AA2FC
Black with #0AA2FC
Text Example
Text Example
White with #0AA2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA2FC; }
p { color: rgb(10,162,252); }
H1.HeaderClassName
{
color: #0AA2FC;
}
.AnyTagClassName
{
color: #0AA2FC;
}
</style>
background-color css
<style>
a { background-color: #0AA2FC; }
a { background-color: rgb(10,162,252); }
div.DivClassName
{
background-color: #0AA2FC;
}
.BgClassName
{
background-color: #0AA2FC;
}
</style>
border-color css
<style>
span { border-color: #0AA2FC; }
span { border-color: rgb(10,162,252); }
td.TdClassName
{
border-color: #0AA2FC;
}
.TagClassName
{
border-color: #0AA2FC;
}
</style>