Shades of Dodger Blue #2A9FEF
Tints of Dodger Blue #2A9FEF
RGB
CMYK
RGB Variations
Color information
#2A9FEF (or 0x2A9FEF) is known color: Dodger Blue. HEX triplet: 2A, 9F and EF. RGB value is (42,159,239). Sum of RGB (Red+Green+Blue) = 42+159+239=440 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.55% from 440); Green value is 159 (62.5% from 255 or 36.14% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #2A9FEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2A9FEF is #D56010. Grayscale: #848484. Windows color (decimal): -13983761 or 15703850. OLE color: 15703850.
HSL color Cylindrical-coordinate representation of color #2A9FEF: hue angle of 204.37º 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 #2A9FEF is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 159 | 239 | - |
| CMYK | 0.82 | 0.33 | 0 | 0.06 |
| HSL | 204.37º | 0.86% | 0.55% | - |
| HSV(B) | 204.37º | 0.82% | 0.94% | - |
| XYZ | 28.93 | 31.52 | 86.22 | - |
| YUV | 133.14 | 187.74 | 63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 159 | 239 | 0.82 | 0.33 | 0 | 0.06 | 204.37 | 0.86 | 0.55 |
| Hex | 2A | 9F | EF | 52 | 21 | 0 | 6 | CC | 56 | 37 |
| Octal | 52 | 237 | 357 | 122 | 41 | 0 | 6 | 314 | 126 | 67 |
| Binary | 101010 | 10011111 | 11101111 | 1010010 | 100001 | 0 | 110 | 11001100 | 1010110 | 110111 |
Color Harmonies of #2A9FEF
Complementary color
Monochromatic Colors of #2A9FEF
Black with #2A9FEF
Text Example
Text Example
White with #2A9FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9FEF; }
p { color: rgb(42,159,239); }
H1.HeaderClassName
{
color: #2A9FEF;
}
.AnyTagClassName
{
color: #2A9FEF;
}
</style>
background-color css
<style>
a { background-color: #2A9FEF; }
a { background-color: rgb(42,159,239); }
div.DivClassName
{
background-color: #2A9FEF;
}
.BgClassName
{
background-color: #2A9FEF;
}
</style>
border-color css
<style>
span { border-color: #2A9FEF; }
span { border-color: rgb(42,159,239); }
td.TdClassName
{
border-color: #2A9FEF;
}
.TagClassName
{
border-color: #2A9FEF;
}
</style>