Shades of Dodger Blue #0A92FD
Tints of Dodger Blue #0A92FD
RGB
CMYK
RGB Variations
Color information
#0A92FD (or 0x0A92FD) is known color: Dodger Blue. HEX triplet: 0A, 92 and FD. RGB value is (10,146,253). Sum of RGB (Red+Green+Blue) = 10+146+253=409 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.44% from 409); Green value is 146 (57.42% from 255 or 35.70% from 409); Blue value is 253 (99.22% from 255 or 61.86% from 409); Max value from RGB is 253 - color contains mainly: blue. Hex color #0A92FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A92FD is #F56D02. Grayscale: #747474. Windows color (decimal): -16084227 or 16617994. OLE color: 16617994.
HSL color Cylindrical-coordinate representation of color #0A92FD: hue angle of 206.42º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A92FD is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 146 | 253 | - |
| CMYK | 0.96 | 0.42 | 0 | 0.01 |
| HSL | 206.42º | 0.98% | 0.52% | - |
| HSV(B) | 206.42º | 0.96% | 0.99% | - |
| XYZ | 28.13 | 27.71 | 96.8 | - |
| YUV | 117.53 | 204.44 | 51.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 146 | 253 | 0.96 | 0.42 | 0 | 0.01 | 206.42 | 0.98 | 0.52 |
| Hex | A | 92 | FD | 60 | 2A | 0 | 1 | CE | 62 | 34 |
| Octal | 12 | 222 | 375 | 140 | 52 | 0 | 1 | 316 | 142 | 64 |
| Binary | 1010 | 10010010 | 11111101 | 1100000 | 101010 | 0 | 1 | 11001110 | 1100010 | 110100 |
Color Harmonies of #0A92FD
Complementary color
Monochromatic Colors of #0A92FD
Black with #0A92FD
Text Example
Text Example
White with #0A92FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A92FD; }
p { color: rgb(10,146,253); }
H1.HeaderClassName
{
color: #0A92FD;
}
.AnyTagClassName
{
color: #0A92FD;
}
</style>
background-color css
<style>
a { background-color: #0A92FD; }
a { background-color: rgb(10,146,253); }
div.DivClassName
{
background-color: #0A92FD;
}
.BgClassName
{
background-color: #0A92FD;
}
</style>
border-color css
<style>
span { border-color: #0A92FD; }
span { border-color: rgb(10,146,253); }
td.TdClassName
{
border-color: #0A92FD;
}
.TagClassName
{
border-color: #0A92FD;
}
</style>