Shades of Curious Blue #2E83DA
Tints of Curious Blue #2E83DA
RGB
CMYK
RGB Variations
Color information
#2E83DA (or 0x2E83DA) is known color: Curious Blue. HEX triplet: 2E, 83 and DA. RGB value is (46,131,218). Sum of RGB (Red+Green+Blue) = 46+131+218=395 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.65% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 218 (85.55% from 255 or 55.19% from 395); Max value from RGB is 218 - color contains mainly: blue. Hex color #2E83DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E83DA is #D17C25. Grayscale: #737373. Windows color (decimal): -13728806 or 14320430. OLE color: 14320430.
HSL color Cylindrical-coordinate representation of color #2E83DA: hue angle of 210.35º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E83DA is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 46 | 131 | 218 | - |
| CMYK | 0.79 | 0.40 | 0 | 0.15 |
| HSL | 210.35º | 0.7% | 0.52% | - |
| HSV(B) | 210.35º | 0.79% | 0.85% | - |
| XYZ | 21.9 | 21.88 | 69.4 | - |
| YUV | 115.5 | 185.84 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 131 | 218 | 0.79 | 0.40 | 0 | 0.15 | 210.35 | 0.7 | 0.52 |
| Hex | 2E | 83 | DA | 4F | 28 | 0 | F | D2 | 46 | 34 |
| Octal | 56 | 203 | 332 | 117 | 50 | 0 | 17 | 322 | 106 | 64 |
| Binary | 101110 | 10000011 | 11011010 | 1001111 | 101000 | 0 | 1111 | 11010010 | 1000110 | 110100 |
Color Harmonies of #2E83DA
Complementary color
Monochromatic Colors of #2E83DA
Black with #2E83DA
Text Example
Text Example
White with #2E83DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E83DA; }
p { color: rgb(46,131,218); }
H1.HeaderClassName
{
color: #2E83DA;
}
.AnyTagClassName
{
color: #2E83DA;
}
</style>
background-color css
<style>
a { background-color: #2E83DA; }
a { background-color: rgb(46,131,218); }
div.DivClassName
{
background-color: #2E83DA;
}
.BgClassName
{
background-color: #2E83DA;
}
</style>
border-color css
<style>
span { border-color: #2E83DA; }
span { border-color: rgb(46,131,218); }
td.TdClassName
{
border-color: #2E83DA;
}
.TagClassName
{
border-color: #2E83DA;
}
</style>