Shades of Dodger Blue #2A90FA
Tints of Dodger Blue #2A90FA
RGB
CMYK
RGB Variations
Color information
#2A90FA (or 0x2A90FA) is known color: Dodger Blue. HEX triplet: 2A, 90 and FA. RGB value is (42,144,250). Sum of RGB (Red+Green+Blue) = 42+144+250=436 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.63% from 436); Green value is 144 (56.64% from 255 or 33.03% from 436); Blue value is 250 (98.05% from 255 or 57.34% from 436); Max value from RGB is 250 - color contains mainly: blue. Hex color #2A90FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2A90FA is #D56F05. Grayscale: #7D7D7D. Windows color (decimal): -13987590 or 16420906. OLE color: 16420906.
HSL color Cylindrical-coordinate representation of color #2A90FA: hue angle of 210.58º 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 #2A90FA is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 144 | 250 | - |
| CMYK | 0.83 | 0.42 | 0 | 0.02 |
| HSL | 210.58º | 0.95% | 0.57% | - |
| HSV(B) | 210.58º | 0.83% | 0.98% | - |
| XYZ | 28.18 | 27.34 | 94.23 | - |
| YUV | 125.59 | 198.21 | 68.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 144 | 250 | 0.83 | 0.42 | 0 | 0.02 | 210.58 | 0.95 | 0.57 |
| Hex | 2A | 90 | FA | 53 | 2A | 0 | 2 | D3 | 5F | 39 |
| Octal | 52 | 220 | 372 | 123 | 52 | 0 | 2 | 323 | 137 | 71 |
| Binary | 101010 | 10010000 | 11111010 | 1010011 | 101010 | 0 | 10 | 11010011 | 1011111 | 111001 |
Color Harmonies of #2A90FA
Complementary color
Monochromatic Colors of #2A90FA
Black with #2A90FA
Text Example
Text Example
White with #2A90FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A90FA; }
p { color: rgb(42,144,250); }
H1.HeaderClassName
{
color: #2A90FA;
}
.AnyTagClassName
{
color: #2A90FA;
}
</style>
background-color css
<style>
a { background-color: #2A90FA; }
a { background-color: rgb(42,144,250); }
div.DivClassName
{
background-color: #2A90FA;
}
.BgClassName
{
background-color: #2A90FA;
}
</style>
border-color css
<style>
span { border-color: #2A90FA; }
span { border-color: rgb(42,144,250); }
td.TdClassName
{
border-color: #2A90FA;
}
.TagClassName
{
border-color: #2A90FA;
}
</style>