Shades of Dodger Blue #2B90E7
Tints of Dodger Blue #2B90E7
RGB
CMYK
RGB Variations
Color information
#2B90E7 (or 0x2B90E7) is known color: Dodger Blue. HEX triplet: 2B, 90 and E7. RGB value is (43,144,231). Sum of RGB (Red+Green+Blue) = 43+144+231=418 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.29% from 418); Green value is 144 (56.64% from 255 or 34.45% from 418); Blue value is 231 (90.62% from 255 or 55.26% from 418); Max value from RGB is 231 - color contains mainly: blue. Hex color #2B90E7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2B90E7 is #D46F18. Grayscale: #7B7B7B. Windows color (decimal): -13922073 or 15175723. OLE color: 15175723.
HSL color Cylindrical-coordinate representation of color #2B90E7: hue angle of 207.77º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B90E7 is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 144 | 231 | - |
| CMYK | 0.81 | 0.38 | 0 | 0.09 |
| HSL | 207.77º | 0.8% | 0.54% | - |
| HSV(B) | 207.77º | 0.81% | 0.91% | - |
| XYZ | 25.39 | 26.23 | 79.33 | - |
| YUV | 123.72 | 188.54 | 70.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 144 | 231 | 0.81 | 0.38 | 0 | 0.09 | 207.77 | 0.8 | 0.54 |
| Hex | 2B | 90 | E7 | 51 | 26 | 0 | 9 | D0 | 50 | 36 |
| Octal | 53 | 220 | 347 | 121 | 46 | 0 | 11 | 320 | 120 | 66 |
| Binary | 101011 | 10010000 | 11100111 | 1010001 | 100110 | 0 | 1001 | 11010000 | 1010000 | 110110 |
Color Harmonies of #2B90E7
Complementary color
Monochromatic Colors of #2B90E7
Black with #2B90E7
Text Example
Text Example
White with #2B90E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B90E7; }
p { color: rgb(43,144,231); }
H1.HeaderClassName
{
color: #2B90E7;
}
.AnyTagClassName
{
color: #2B90E7;
}
</style>
background-color css
<style>
a { background-color: #2B90E7; }
a { background-color: rgb(43,144,231); }
div.DivClassName
{
background-color: #2B90E7;
}
.BgClassName
{
background-color: #2B90E7;
}
</style>
border-color css
<style>
span { border-color: #2B90E7; }
span { border-color: rgb(43,144,231); }
td.TdClassName
{
border-color: #2B90E7;
}
.TagClassName
{
border-color: #2B90E7;
}
</style>