Shades of Dodger Blue #0892FA
Tints of Dodger Blue #0892FA
RGB
CMYK
RGB Variations
Color information
#0892FA (or 0x0892FA) is known color: Dodger Blue. HEX triplet: 08, 92 and FA. RGB value is (8,146,250). Sum of RGB (Red+Green+Blue) = 8+146+250=404 (53% of max value = 765). Red value is 8 (3.52% from 255 or 1.98% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 250 (98.05% from 255 or 61.88% from 404); Max value from RGB is 250 - color contains mainly: blue. Hex color #0892FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0892FA is #F76D05. Grayscale: #747474. Windows color (decimal): -16215302 or 16421384. OLE color: 16421384.
HSL color Cylindrical-coordinate representation of color #0892FA: hue angle of 205.79º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0892FA is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 146 | 250 | - |
| CMYK | 0.97 | 0.42 | 0 | 0.02 |
| HSL | 205.79º | 0.96% | 0.51% | - |
| HSV(B) | 205.79º | 0.97% | 0.98% | - |
| XYZ | 27.63 | 27.51 | 94.3 | - |
| YUV | 116.59 | 203.28 | 50.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 146 | 250 | 0.97 | 0.42 | 0 | 0.02 | 205.79 | 0.96 | 0.51 |
| Hex | 8 | 92 | FA | 61 | 2A | 0 | 2 | CE | 60 | 33 |
| Octal | 10 | 222 | 372 | 141 | 52 | 0 | 2 | 316 | 140 | 63 |
| Binary | 1000 | 10010010 | 11111010 | 1100001 | 101010 | 0 | 10 | 11001110 | 1100000 | 110011 |
Color Harmonies of #0892FA
Complementary color
Monochromatic Colors of #0892FA
Black with #0892FA
Text Example
Text Example
White with #0892FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0892FA; }
p { color: rgb(8,146,250); }
H1.HeaderClassName
{
color: #0892FA;
}
.AnyTagClassName
{
color: #0892FA;
}
</style>
background-color css
<style>
a { background-color: #0892FA; }
a { background-color: rgb(8,146,250); }
div.DivClassName
{
background-color: #0892FA;
}
.BgClassName
{
background-color: #0892FA;
}
</style>
border-color css
<style>
span { border-color: #0892FA; }
span { border-color: rgb(8,146,250); }
td.TdClassName
{
border-color: #0892FA;
}
.TagClassName
{
border-color: #0892FA;
}
</style>