Shades of Dodger Blue #2A9BFA
Tints of Dodger Blue #2A9BFA
RGB
CMYK
RGB Variations
Color information
#2A9BFA (or 0x2A9BFA) is known color: Dodger Blue. HEX triplet: 2A, 9B and FA. RGB value is (42,155,250). Sum of RGB (Red+Green+Blue) = 42+155+250=447 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.40% from 447); Green value is 155 (60.94% from 255 or 34.68% from 447); Blue value is 250 (98.05% from 255 or 55.93% from 447); Max value from RGB is 250 - color contains mainly: blue. Hex color #2A9BFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2A9BFA is #D56405. Grayscale: #838383. Windows color (decimal): -13984774 or 16423722. OLE color: 16423722.
HSL color Cylindrical-coordinate representation of color #2A9BFA: hue angle of 207.4º 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 #2A9BFA is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 155 | 250 | - |
| CMYK | 0.83 | 0.38 | 0 | 0.02 |
| HSL | 207.4º | 0.95% | 0.57% | - |
| HSV(B) | 207.4º | 0.83% | 0.98% | - |
| XYZ | 29.93 | 30.84 | 94.82 | - |
| YUV | 132.04 | 194.56 | 63.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 155 | 250 | 0.83 | 0.38 | 0 | 0.02 | 207.4 | 0.95 | 0.57 |
| Hex | 2A | 9B | FA | 53 | 26 | 0 | 2 | CF | 5F | 39 |
| Octal | 52 | 233 | 372 | 123 | 46 | 0 | 2 | 317 | 137 | 71 |
| Binary | 101010 | 10011011 | 11111010 | 1010011 | 100110 | 0 | 10 | 11001111 | 1011111 | 111001 |
Color Harmonies of #2A9BFA
Complementary color
Monochromatic Colors of #2A9BFA
Black with #2A9BFA
Text Example
Text Example
White with #2A9BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9BFA; }
p { color: rgb(42,155,250); }
H1.HeaderClassName
{
color: #2A9BFA;
}
.AnyTagClassName
{
color: #2A9BFA;
}
</style>
background-color css
<style>
a { background-color: #2A9BFA; }
a { background-color: rgb(42,155,250); }
div.DivClassName
{
background-color: #2A9BFA;
}
.BgClassName
{
background-color: #2A9BFA;
}
</style>
border-color css
<style>
span { border-color: #2A9BFA; }
span { border-color: rgb(42,155,250); }
td.TdClassName
{
border-color: #2A9BFA;
}
.TagClassName
{
border-color: #2A9BFA;
}
</style>