Shades of Dodger Blue #2A9BF1
Tints of Dodger Blue #2A9BF1
RGB
CMYK
RGB Variations
Color information
#2A9BF1 (or 0x2A9BF1) is known color: Dodger Blue. HEX triplet: 2A, 9B and F1. RGB value is (42,155,241). Sum of RGB (Red+Green+Blue) = 42+155+241=438 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.59% from 438); Green value is 155 (60.94% from 255 or 35.39% from 438); Blue value is 241 (94.53% from 255 or 55.02% from 438); Max value from RGB is 241 - color contains mainly: blue. Hex color #2A9BF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2A9BF1 is #D5640E. Grayscale: #828282. Windows color (decimal): -13984783 or 15833898. OLE color: 15833898.
HSL color Cylindrical-coordinate representation of color #2A9BF1: hue angle of 205.93º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A9BF1 is Cyan = 0.83, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 155 | 241 | - |
| CMYK | 0.83 | 0.36 | 0 | 0.05 |
| HSL | 205.93º | 0.88% | 0.55% | - |
| HSV(B) | 205.93º | 0.83% | 0.95% | - |
| XYZ | 28.55 | 30.29 | 87.56 | - |
| YUV | 131.02 | 190.06 | 64.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 155 | 241 | 0.83 | 0.36 | 0 | 0.05 | 205.93 | 0.88 | 0.55 |
| Hex | 2A | 9B | F1 | 53 | 24 | 0 | 5 | CE | 58 | 37 |
| Octal | 52 | 233 | 361 | 123 | 44 | 0 | 5 | 316 | 130 | 67 |
| Binary | 101010 | 10011011 | 11110001 | 1010011 | 100100 | 0 | 101 | 11001110 | 1011000 | 110111 |
Color Harmonies of #2A9BF1
Complementary color
Monochromatic Colors of #2A9BF1
Black with #2A9BF1
Text Example
Text Example
White with #2A9BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9BF1; }
p { color: rgb(42,155,241); }
H1.HeaderClassName
{
color: #2A9BF1;
}
.AnyTagClassName
{
color: #2A9BF1;
}
</style>
background-color css
<style>
a { background-color: #2A9BF1; }
a { background-color: rgb(42,155,241); }
div.DivClassName
{
background-color: #2A9BF1;
}
.BgClassName
{
background-color: #2A9BF1;
}
</style>
border-color css
<style>
span { border-color: #2A9BF1; }
span { border-color: rgb(42,155,241); }
td.TdClassName
{
border-color: #2A9BF1;
}
.TagClassName
{
border-color: #2A9BF1;
}
</style>