Shades of Dodger Blue #2A9BEF
Tints of Dodger Blue #2A9BEF
RGB
CMYK
RGB Variations
Color information
#2A9BEF (or 0x2A9BEF) is known color: Dodger Blue. HEX triplet: 2A, 9B and EF. RGB value is (42,155,239). Sum of RGB (Red+Green+Blue) = 42+155+239=436 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.63% from 436); Green value is 155 (60.94% from 255 or 35.55% from 436); Blue value is 239 (93.75% from 255 or 54.82% from 436); Max value from RGB is 239 - color contains mainly: blue. Hex color #2A9BEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2A9BEF is #D56410. Grayscale: #828282. Windows color (decimal): -13984785 or 15702826. OLE color: 15702826.
HSL color Cylindrical-coordinate representation of color #2A9BEF: hue angle of 205.58º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A9BEF is Cyan = 0.82, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 155 | 239 | - |
| CMYK | 0.82 | 0.35 | 0 | 0.06 |
| HSL | 205.58º | 0.86% | 0.55% | - |
| HSV(B) | 205.58º | 0.82% | 0.94% | - |
| XYZ | 28.26 | 30.17 | 85.99 | - |
| YUV | 130.79 | 189.06 | 64.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 155 | 239 | 0.82 | 0.35 | 0 | 0.06 | 205.58 | 0.86 | 0.55 |
| Hex | 2A | 9B | EF | 52 | 23 | 0 | 6 | CE | 56 | 37 |
| Octal | 52 | 233 | 357 | 122 | 43 | 0 | 6 | 316 | 126 | 67 |
| Binary | 101010 | 10011011 | 11101111 | 1010010 | 100011 | 0 | 110 | 11001110 | 1010110 | 110111 |
Color Harmonies of #2A9BEF
Complementary color
Monochromatic Colors of #2A9BEF
Black with #2A9BEF
Text Example
Text Example
White with #2A9BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9BEF; }
p { color: rgb(42,155,239); }
H1.HeaderClassName
{
color: #2A9BEF;
}
.AnyTagClassName
{
color: #2A9BEF;
}
</style>
background-color css
<style>
a { background-color: #2A9BEF; }
a { background-color: rgb(42,155,239); }
div.DivClassName
{
background-color: #2A9BEF;
}
.BgClassName
{
background-color: #2A9BEF;
}
</style>
border-color css
<style>
span { border-color: #2A9BEF; }
span { border-color: rgb(42,155,239); }
td.TdClassName
{
border-color: #2A9BEF;
}
.TagClassName
{
border-color: #2A9BEF;
}
</style>