Shades of Dodger Blue #2A83FA
Tints of Dodger Blue #2A83FA
RGB
CMYK
RGB Variations
Color information
#2A83FA (or 0x2A83FA) is known color: Dodger Blue. HEX triplet: 2A, 83 and FA. RGB value is (42,131,250). Sum of RGB (Red+Green+Blue) = 42+131+250=423 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.93% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 250 (98.05% from 255 or 59.10% from 423); Max value from RGB is 250 - color contains mainly: blue. Hex color #2A83FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2A83FA is #D57C05. Grayscale: #757575. Windows color (decimal): -13990918 or 16417578. OLE color: 16417578.
HSL color Cylindrical-coordinate representation of color #2A83FA: hue angle of 214.33º 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 #2A83FA is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 131 | 250 | - |
| CMYK | 0.83 | 0.48 | 0 | 0.02 |
| HSL | 214.33º | 0.95% | 0.57% | - |
| HSV(B) | 214.33º | 0.83% | 0.98% | - |
| XYZ | 26.33 | 23.63 | 93.62 | - |
| YUV | 117.96 | 202.51 | 73.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 131 | 250 | 0.83 | 0.48 | 0 | 0.02 | 214.33 | 0.95 | 0.57 |
| Hex | 2A | 83 | FA | 53 | 30 | 0 | 2 | D6 | 5F | 39 |
| Octal | 52 | 203 | 372 | 123 | 60 | 0 | 2 | 326 | 137 | 71 |
| Binary | 101010 | 10000011 | 11111010 | 1010011 | 110000 | 0 | 10 | 11010110 | 1011111 | 111001 |
Color Harmonies of #2A83FA
Complementary color
Monochromatic Colors of #2A83FA
Black with #2A83FA
Text Example
Text Example
White with #2A83FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A83FA; }
p { color: rgb(42,131,250); }
H1.HeaderClassName
{
color: #2A83FA;
}
.AnyTagClassName
{
color: #2A83FA;
}
</style>
background-color css
<style>
a { background-color: #2A83FA; }
a { background-color: rgb(42,131,250); }
div.DivClassName
{
background-color: #2A83FA;
}
.BgClassName
{
background-color: #2A83FA;
}
</style>
border-color css
<style>
span { border-color: #2A83FA; }
span { border-color: rgb(42,131,250); }
td.TdClassName
{
border-color: #2A83FA;
}
.TagClassName
{
border-color: #2A83FA;
}
</style>