Shades of Dodger Blue #2B93EA
Tints of Dodger Blue #2B93EA
RGB
CMYK
RGB Variations
Color information
#2B93EA (or 0x2B93EA) is known color: Dodger Blue. HEX triplet: 2B, 93 and EA. RGB value is (43,147,234). Sum of RGB (Red+Green+Blue) = 43+147+234=424 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.14% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 234 (91.80% from 255 or 55.19% from 424); Max value from RGB is 234 - color contains mainly: blue. Hex color #2B93EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2B93EA is #D46C15. Grayscale: #7D7D7D. Windows color (decimal): -13921302 or 15373099. OLE color: 15373099.
HSL color Cylindrical-coordinate representation of color #2B93EA: hue angle of 207.33º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B93EA is Cyan = 0.82, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 147 | 234 | - |
| CMYK | 0.82 | 0.37 | 0 | 0.08 |
| HSL | 207.33º | 0.82% | 0.54% | - |
| HSV(B) | 207.33º | 0.82% | 0.92% | - |
| XYZ | 26.28 | 27.32 | 81.73 | - |
| YUV | 125.82 | 189.04 | 68.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 147 | 234 | 0.82 | 0.37 | 0 | 0.08 | 207.33 | 0.82 | 0.54 |
| Hex | 2B | 93 | EA | 52 | 25 | 0 | 8 | CF | 52 | 36 |
| Octal | 53 | 223 | 352 | 122 | 45 | 0 | 10 | 317 | 122 | 66 |
| Binary | 101011 | 10010011 | 11101010 | 1010010 | 100101 | 0 | 1000 | 11001111 | 1010010 | 110110 |
Color Harmonies of #2B93EA
Complementary color
Monochromatic Colors of #2B93EA
Black with #2B93EA
Text Example
Text Example
White with #2B93EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B93EA; }
p { color: rgb(43,147,234); }
H1.HeaderClassName
{
color: #2B93EA;
}
.AnyTagClassName
{
color: #2B93EA;
}
</style>
background-color css
<style>
a { background-color: #2B93EA; }
a { background-color: rgb(43,147,234); }
div.DivClassName
{
background-color: #2B93EA;
}
.BgClassName
{
background-color: #2B93EA;
}
</style>
border-color css
<style>
span { border-color: #2B93EA; }
span { border-color: rgb(43,147,234); }
td.TdClassName
{
border-color: #2B93EA;
}
.TagClassName
{
border-color: #2B93EA;
}
</style>