Shades of Dodger Blue #2B9EFF
Tints of Dodger Blue #2B9EFF
RGB
CMYK
RGB Variations
Color information
#2B9EFF (or 0x2B9EFF) is known color: Dodger Blue. HEX triplet: 2B, 9E and FF. RGB value is (43,158,255). Sum of RGB (Red+Green+Blue) = 43+158+255=456 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.43% from 456); Green value is 158 (62.11% from 255 or 34.65% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #2B9EFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2B9EFF is #D46100. Grayscale: #868686. Windows color (decimal): -13918465 or 16752171. OLE color: 16752171.
HSL color Cylindrical-coordinate representation of color #2B9EFF: hue angle of 207.45º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B9EFF is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 158 | 255 | - |
| CMYK | 0.83 | 0.38 | 0 | 0 |
| HSL | 207.45º | 1% | 0.58% | - |
| HSV(B) | 207.45º | 0.83% | 1% | - |
| XYZ | 31.27 | 32.19 | 99.17 | - |
| YUV | 134.67 | 195.9 | 62.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 158 | 255 | 0.83 | 0.38 | 0 | 0 | 207.45 | 1 | 0.58 |
| Hex | 2B | 9E | FF | 53 | 26 | 0 | 0 | CF | 64 | 3A |
| Octal | 53 | 236 | 377 | 123 | 46 | 0 | 0 | 317 | 144 | 72 |
| Binary | 101011 | 10011110 | 11111111 | 1010011 | 100110 | 0 | 0 | 11001111 | 1100100 | 111010 |
Color Harmonies of #2B9EFF
Complementary color
Monochromatic Colors of #2B9EFF
Black with #2B9EFF
Text Example
Text Example
White with #2B9EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9EFF; }
p { color: rgb(43,158,255); }
H1.HeaderClassName
{
color: #2B9EFF;
}
.AnyTagClassName
{
color: #2B9EFF;
}
</style>
background-color css
<style>
a { background-color: #2B9EFF; }
a { background-color: rgb(43,158,255); }
div.DivClassName
{
background-color: #2B9EFF;
}
.BgClassName
{
background-color: #2B9EFF;
}
</style>
border-color css
<style>
span { border-color: #2B9EFF; }
span { border-color: rgb(43,158,255); }
td.TdClassName
{
border-color: #2B9EFF;
}
.TagClassName
{
border-color: #2B9EFF;
}
</style>