Shades of Dodger Blue #2A92F9
Tints of Dodger Blue #2A92F9
RGB
CMYK
RGB Variations
Color information
#2A92F9 (or 0x2A92F9) is known color: Dodger Blue. HEX triplet: 2A, 92 and F9. RGB value is (42,146,249). Sum of RGB (Red+Green+Blue) = 42+146+249=437 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.61% from 437); Green value is 146 (57.42% from 255 or 33.41% from 437); Blue value is 249 (97.66% from 255 or 56.98% from 437); Max value from RGB is 249 - color contains mainly: blue. Hex color #2A92F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2A92F9 is #D56D06. Grayscale: #7E7E7E. Windows color (decimal): -13987079 or 16355882. OLE color: 16355882.
HSL color Cylindrical-coordinate representation of color #2A92F9: hue angle of 209.86º 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 #2A92F9 is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 146 | 249 | - |
| CMYK | 0.83 | 0.41 | 0 | 0.02 |
| HSL | 209.86º | 0.95% | 0.57% | - |
| HSV(B) | 209.86º | 0.83% | 0.98% | - |
| XYZ | 28.33 | 27.89 | 93.51 | - |
| YUV | 126.65 | 197.04 | 67.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 146 | 249 | 0.83 | 0.41 | 0 | 0.02 | 209.86 | 0.95 | 0.57 |
| Hex | 2A | 92 | F9 | 53 | 29 | 0 | 2 | D2 | 5F | 39 |
| Octal | 52 | 222 | 371 | 123 | 51 | 0 | 2 | 322 | 137 | 71 |
| Binary | 101010 | 10010010 | 11111001 | 1010011 | 101001 | 0 | 10 | 11010010 | 1011111 | 111001 |
Color Harmonies of #2A92F9
Complementary color
Monochromatic Colors of #2A92F9
Black with #2A92F9
Text Example
Text Example
White with #2A92F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A92F9; }
p { color: rgb(42,146,249); }
H1.HeaderClassName
{
color: #2A92F9;
}
.AnyTagClassName
{
color: #2A92F9;
}
</style>
background-color css
<style>
a { background-color: #2A92F9; }
a { background-color: rgb(42,146,249); }
div.DivClassName
{
background-color: #2A92F9;
}
.BgClassName
{
background-color: #2A92F9;
}
</style>
border-color css
<style>
span { border-color: #2A92F9; }
span { border-color: rgb(42,146,249); }
td.TdClassName
{
border-color: #2A92F9;
}
.TagClassName
{
border-color: #2A92F9;
}
</style>