Html Css Color HEX #2E96CE Curious Blue

📋 copy color: '#2E96CE'

red 46 ◦ green 150 ◦ blue 206

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

Shades of Curious Blue #2E96CE

Tints of Curious Blue #2E96CE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.31%

 BLUE value IS 206 (80.86% from 255) = 51.24%

R = 11.44%
G = 37.31%
B = 51.24%

CMYK

 C value IS 0.78

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2E96CE (or 0x2E96CE) is known color: Curious Blue. HEX triplet: 2E, 96 and CE. RGB value is (46,150,206). Sum of RGB (Red+Green+Blue) = 46+150+206=402 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.44% from 402); Green value is 150 (58.98% from 255 or 37.31% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #2E96CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E96CE is #D16931. Grayscale: #7C7C7C. Windows color (decimal): -13723954 or 13538862. OLE color: 13538862.

HSL color Cylindrical-coordinate representation of color #2E96CE: hue angle of 201º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E96CE is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 46 150 206 -
CMYK 0.78 0.27 0 0.19
HSL 201º 0.63% 0.49% -
HSV(B) 201º 0.78% 0.81% -
XYZ 23.17 26.85 62.35 -
YUV 125.29 173.54 71.45 -
System Red Green Blue C M Y K H S L
Decimal 46 150 206 0.78 0.27 0 0.19 201 0.63 0.49
Hex 2E 96 CE 4E 1B 0 13 C9 3F 31
Octal 56 226 316 116 33 0 23 311 77 61
Binary 101110 10010110 11001110 1001110 11011 0 10011 11001001 111111 110001

Color Harmonies of #2E96CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E96CE

Black with #2E96CE

Text Example


Text Example

White with #2E96CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,150,206); }

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

background-color css

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

 a { background-color: rgb(46,150,206); }

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

border-color css

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

 span { border-color: rgb(46,150,206); }

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