Shades of Dodger Blue #2B8EFF
Tints of Dodger Blue #2B8EFF
RGB
CMYK
RGB Variations
Color information
#2B8EFF (or 0x2B8EFF) is known color: Dodger Blue. HEX triplet: 2B, 8E and FF. RGB value is (43,142,255). Sum of RGB (Red+Green+Blue) = 43+142+255=440 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.77% from 440); Green value is 142 (55.86% from 255 or 32.27% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #2B8EFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2B8EFF is #D47100. Grayscale: #7C7C7C. Windows color (decimal): -13922561 or 16748075. OLE color: 16748075.
HSL color Cylindrical-coordinate representation of color #2B8EFF: hue angle of 211.98º 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 #2B8EFF is Cyan = 0.83, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 142 | 255 | - |
| CMYK | 0.83 | 0.44 | 0 | 0 |
| HSL | 211.98º | 1% | 0.58% | - |
| HSV(B) | 211.98º | 0.83% | 1% | - |
| XYZ | 28.72 | 27.08 | 98.32 | - |
| YUV | 125.28 | 201.2 | 69.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 142 | 255 | 0.83 | 0.44 | 0 | 0 | 211.98 | 1 | 0.58 |
| Hex | 2B | 8E | FF | 53 | 2C | 0 | 0 | D4 | 64 | 3A |
| Octal | 53 | 216 | 377 | 123 | 54 | 0 | 0 | 324 | 144 | 72 |
| Binary | 101011 | 10001110 | 11111111 | 1010011 | 101100 | 0 | 0 | 11010100 | 1100100 | 111010 |
Color Harmonies of #2B8EFF
Complementary color
Monochromatic Colors of #2B8EFF
Black with #2B8EFF
Text Example
Text Example
White with #2B8EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8EFF; }
p { color: rgb(43,142,255); }
H1.HeaderClassName
{
color: #2B8EFF;
}
.AnyTagClassName
{
color: #2B8EFF;
}
</style>
background-color css
<style>
a { background-color: #2B8EFF; }
a { background-color: rgb(43,142,255); }
div.DivClassName
{
background-color: #2B8EFF;
}
.BgClassName
{
background-color: #2B8EFF;
}
</style>
border-color css
<style>
span { border-color: #2B8EFF; }
span { border-color: rgb(43,142,255); }
td.TdClassName
{
border-color: #2B8EFF;
}
.TagClassName
{
border-color: #2B8EFF;
}
</style>