Shades of Dodger Blue #2B8EEF
Tints of Dodger Blue #2B8EEF
RGB
CMYK
RGB Variations
Color information
#2B8EEF (or 0x2B8EEF) is known color: Dodger Blue. HEX triplet: 2B, 8E and EF. RGB value is (43,142,239). Sum of RGB (Red+Green+Blue) = 43+142+239=424 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.14% from 424); Green value is 142 (55.86% from 255 or 33.49% from 424); Blue value is 239 (93.75% from 255 or 56.37% from 424); Max value from RGB is 239 - color contains mainly: blue. Hex color #2B8EEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2B8EEF is #D47110. Grayscale: #7A7A7A. Windows color (decimal): -13922577 or 15699499. OLE color: 15699499.
HSL color Cylindrical-coordinate representation of color #2B8EEF: hue angle of 209.69º 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 #2B8EEF is Cyan = 0.82, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 142 | 239 | - |
| CMYK | 0.82 | 0.41 | 0 | 0.06 |
| HSL | 209.69º | 0.86% | 0.55% | - |
| HSV(B) | 209.69º | 0.82% | 0.94% | - |
| XYZ | 26.25 | 26.09 | 85.31 | - |
| YUV | 123.46 | 193.2 | 70.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 142 | 239 | 0.82 | 0.41 | 0 | 0.06 | 209.69 | 0.86 | 0.55 |
| Hex | 2B | 8E | EF | 52 | 29 | 0 | 6 | D2 | 56 | 37 |
| Octal | 53 | 216 | 357 | 122 | 51 | 0 | 6 | 322 | 126 | 67 |
| Binary | 101011 | 10001110 | 11101111 | 1010010 | 101001 | 0 | 110 | 11010010 | 1010110 | 110111 |
Color Harmonies of #2B8EEF
Complementary color
Monochromatic Colors of #2B8EEF
Black with #2B8EEF
Text Example
Text Example
White with #2B8EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8EEF; }
p { color: rgb(43,142,239); }
H1.HeaderClassName
{
color: #2B8EEF;
}
.AnyTagClassName
{
color: #2B8EEF;
}
</style>
background-color css
<style>
a { background-color: #2B8EEF; }
a { background-color: rgb(43,142,239); }
div.DivClassName
{
background-color: #2B8EEF;
}
.BgClassName
{
background-color: #2B8EEF;
}
</style>
border-color css
<style>
span { border-color: #2B8EEF; }
span { border-color: rgb(43,142,239); }
td.TdClassName
{
border-color: #2B8EEF;
}
.TagClassName
{
border-color: #2B8EEF;
}
</style>