Shades of Dodger Blue #2A9BFF
Tints of Dodger Blue #2A9BFF
RGB
CMYK
RGB Variations
Color information
#2A9BFF (or 0x2A9BFF) is known color: Dodger Blue. HEX triplet: 2A, 9B and FF. RGB value is (42,155,255). Sum of RGB (Red+Green+Blue) = 42+155+255=452 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.29% from 452); Green value is 155 (60.94% from 255 or 34.29% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #2A9BFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2A9BFF is #D56400. Grayscale: #848484. Windows color (decimal): -13984769 or 16751402. OLE color: 16751402.
HSL color Cylindrical-coordinate representation of color #2A9BFF: hue angle of 208.17º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2A9BFF is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 155 | 255 | - |
| CMYK | 0.84 | 0.39 | 0 | 0 |
| HSL | 208.17º | 1% | 0.58% | - |
| HSV(B) | 208.17º | 0.84% | 1% | - |
| XYZ | 30.73 | 31.15 | 99 | - |
| YUV | 132.61 | 197.06 | 63.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 155 | 255 | 0.84 | 0.39 | 0 | 0 | 208.17 | 1 | 0.58 |
| Hex | 2A | 9B | FF | 54 | 27 | 0 | 0 | D0 | 64 | 3A |
| Octal | 52 | 233 | 377 | 124 | 47 | 0 | 0 | 320 | 144 | 72 |
| Binary | 101010 | 10011011 | 11111111 | 1010100 | 100111 | 0 | 0 | 11010000 | 1100100 | 111010 |
Color Harmonies of #2A9BFF
Complementary color
Monochromatic Colors of #2A9BFF
Black with #2A9BFF
Text Example
Text Example
White with #2A9BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9BFF; }
p { color: rgb(42,155,255); }
H1.HeaderClassName
{
color: #2A9BFF;
}
.AnyTagClassName
{
color: #2A9BFF;
}
</style>
background-color css
<style>
a { background-color: #2A9BFF; }
a { background-color: rgb(42,155,255); }
div.DivClassName
{
background-color: #2A9BFF;
}
.BgClassName
{
background-color: #2A9BFF;
}
</style>
border-color css
<style>
span { border-color: #2A9BFF; }
span { border-color: rgb(42,155,255); }
td.TdClassName
{
border-color: #2A9BFF;
}
.TagClassName
{
border-color: #2A9BFF;
}
</style>