Shades of Dodger Blue #2B9EFE
Tints of Dodger Blue #2B9EFE
RGB
CMYK
RGB Variations
Color information
#2B9EFE (or 0x2B9EFE) is known color: Dodger Blue. HEX triplet: 2B, 9E and FE. RGB value is (43,158,254). Sum of RGB (Red+Green+Blue) = 43+158+254=455 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.45% from 455); Green value is 158 (62.11% from 255 or 34.73% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #2B9EFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2B9EFE is #D46101. Grayscale: #868686. Windows color (decimal): -13918466 or 16686635. OLE color: 16686635.
HSL color Cylindrical-coordinate representation of color #2B9EFE: hue angle of 207.3º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B9EFE is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 43 | 158 | 254 | - |
| CMYK | 0.83 | 0.38 | 0 | 0.00 |
| HSL | 207.3º | 0.99% | 0.58% | - |
| HSV(B) | 207.3º | 0.83% | 1% | - |
| XYZ | 31.11 | 32.12 | 98.33 | - |
| YUV | 134.56 | 195.4 | 62.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 158 | 254 | 0.83 | 0.38 | 0 | 0.00 | 207.3 | 0.99 | 0.58 |
| Hex | 2B | 9E | FE | 53 | 26 | 0 | 0 | CF | 63 | 3A |
| Octal | 53 | 236 | 376 | 123 | 46 | 0 | 0 | 317 | 143 | 72 |
| Binary | 101011 | 10011110 | 11111110 | 1010011 | 100110 | 0 | 0 | 11001111 | 1100011 | 111010 |
Color Harmonies of #2B9EFE
Complementary color
Monochromatic Colors of #2B9EFE
Black with #2B9EFE
Text Example
Text Example
White with #2B9EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9EFE; }
p { color: rgb(43,158,254); }
H1.HeaderClassName
{
color: #2B9EFE;
}
.AnyTagClassName
{
color: #2B9EFE;
}
</style>
background-color css
<style>
a { background-color: #2B9EFE; }
a { background-color: rgb(43,158,254); }
div.DivClassName
{
background-color: #2B9EFE;
}
.BgClassName
{
background-color: #2B9EFE;
}
</style>
border-color css
<style>
span { border-color: #2B9EFE; }
span { border-color: rgb(43,158,254); }
td.TdClassName
{
border-color: #2B9EFE;
}
.TagClassName
{
border-color: #2B9EFE;
}
</style>