Shades of Dodger Blue #2A92FA
Tints of Dodger Blue #2A92FA
RGB
CMYK
RGB Variations
Color information
#2A92FA (or 0x2A92FA) is known color: Dodger Blue. HEX triplet: 2A, 92 and FA. RGB value is (42,146,250). Sum of RGB (Red+Green+Blue) = 42+146+250=438 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.59% from 438); Green value is 146 (57.42% from 255 or 33.33% from 438); Blue value is 250 (98.05% from 255 or 57.08% from 438); Max value from RGB is 250 - color contains mainly: blue. Hex color #2A92FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2A92FA is #D56D05. Grayscale: #7E7E7E. Windows color (decimal): -13987078 or 16421418. OLE color: 16421418.
HSL color Cylindrical-coordinate representation of color #2A92FA: hue angle of 210º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A92FA is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 146 | 250 | - |
| CMYK | 0.83 | 0.42 | 0 | 0.02 |
| HSL | 210º | 0.95% | 0.57% | - |
| HSV(B) | 210º | 0.83% | 0.98% | - |
| XYZ | 28.49 | 27.95 | 94.34 | - |
| YUV | 126.76 | 197.54 | 67.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 146 | 250 | 0.83 | 0.42 | 0 | 0.02 | 210 | 0.95 | 0.57 |
| Hex | 2A | 92 | FA | 53 | 2A | 0 | 2 | D2 | 5F | 39 |
| Octal | 52 | 222 | 372 | 123 | 52 | 0 | 2 | 322 | 137 | 71 |
| Binary | 101010 | 10010010 | 11111010 | 1010011 | 101010 | 0 | 10 | 11010010 | 1011111 | 111001 |
Color Harmonies of #2A92FA
Complementary color
Monochromatic Colors of #2A92FA
Black with #2A92FA
Text Example
Text Example
White with #2A92FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A92FA; }
p { color: rgb(42,146,250); }
H1.HeaderClassName
{
color: #2A92FA;
}
.AnyTagClassName
{
color: #2A92FA;
}
</style>
background-color css
<style>
a { background-color: #2A92FA; }
a { background-color: rgb(42,146,250); }
div.DivClassName
{
background-color: #2A92FA;
}
.BgClassName
{
background-color: #2A92FA;
}
</style>
border-color css
<style>
span { border-color: #2A92FA; }
span { border-color: rgb(42,146,250); }
td.TdClassName
{
border-color: #2A92FA;
}
.TagClassName
{
border-color: #2A92FA;
}
</style>