Html Css Color HEX #2E83BE Curious Blue

📋 copy color: '#2E83BE'

red 46 ◦ green 131 ◦ blue 190

#2E83BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #2E83BE

Tints of Curious Blue #2E83BE

RGB

 RED value IS 46 (18.36% from 255) = 12.53%

 GREEN value IS 131 (51.56% from 255) = 35.69%

 BLUE value IS 190 (74.61% from 255) = 51.77%

R = 12.53%
G = 35.69%
B = 51.77%

CMYK

 C value IS 0.76

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2E83BE (or 0x2E83BE) is known color: Curious Blue. HEX triplet: 2E, 83 and BE. RGB value is (46,131,190). Sum of RGB (Red+Green+Blue) = 46+131+190=367 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.53% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E83BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E83BE is #D17C41. Grayscale: #6F6F6F. Windows color (decimal): -13728834 or 12485422. OLE color: 12485422.

HSL color Cylindrical-coordinate representation of color #2E83BE: hue angle of 204.58º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E83BE is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 46 131 190 -
CMYK 0.76 0.31 0 0.25
HSL 204.58º 0.61% 0.46% -
HSV(B) 204.58º 0.76% 0.75% -
XYZ 18.54 20.53 51.7 -
YUV 112.31 171.84 80.7 -
System Red Green Blue C M Y K H S L
Decimal 46 131 190 0.76 0.31 0 0.25 204.58 0.61 0.46
Hex 2E 83 BE 4C 1F 0 19 CD 3D 2E
Octal 56 203 276 114 37 0 31 315 75 56
Binary 101110 10000011 10111110 1001100 11111 0 11001 11001101 111101 101110

Color Harmonies of #2E83BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E83BE

Black with #2E83BE

Text Example


Text Example

White with #2E83BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E83BE; }

 p { color: rgb(46,131,190); }

 H1.HeaderClassName
 {
   color: #2E83BE;
 }
 .AnyTagClassName
 {
   color: #2E83BE;
 }
</style>

background-color css

<style>
 a { background-color: #2E83BE; }

 a { background-color: rgb(46,131,190); }

 div.DivClassName
 {
   background-color: #2E83BE;
 }
 .BgClassName
 {
   background-color: #2E83BE;
 }
</style>

border-color css

<style>
 span { border-color: #2E83BE; }

 span { border-color: rgb(46,131,190); }

 td.TdClassName
 {
   border-color: #2E83BE;
 }
 .TagClassName
 {
   border-color: #2E83BE;
 }
</style>