Html Css Color HEX #2E7ECC Curious Blue

📋 copy color: '#2E7ECC'

red 46 ◦ green 126 ◦ blue 204

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

Shades of Curious Blue #2E7ECC

Tints of Curious Blue #2E7ECC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.51%

 BLUE value IS 204 (80.08% from 255) = 54.26%

R = 12.23%
G = 33.51%
B = 54.26%

CMYK

 C value IS 0.77

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2E7ECC (or 0x2E7ECC) is known color: Curious Blue. HEX triplet: 2E, 7E and CC. RGB value is (46,126,204). Sum of RGB (Red+Green+Blue) = 46+126+204=376 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.23% from 376); Green value is 126 (49.61% from 255 or 33.51% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #2E7ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E7ECC is #D18133. Grayscale: #6E6E6E. Windows color (decimal): -13730100 or 13401646. OLE color: 13401646.

HSL color Cylindrical-coordinate representation of color #2E7ECC: hue angle of 209.62º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E7ECC is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 46 126 204 -
CMYK 0.77 0.38 0 0.2
HSL 209.62º 0.63% 0.49% -
HSV(B) 209.62º 0.77% 0.8% -
XYZ 19.49 19.86 59.93 -
YUV 110.97 180.5 81.66 -
System Red Green Blue C M Y K H S L
Decimal 46 126 204 0.77 0.38 0 0.2 209.62 0.63 0.49
Hex 2E 7E CC 4D 26 0 14 D2 3F 31
Octal 56 176 314 115 46 0 24 322 77 61
Binary 101110 1111110 11001100 1001101 100110 0 10100 11010010 111111 110001

Color Harmonies of #2E7ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7ECC

Black with #2E7ECC

Text Example


Text Example

White with #2E7ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,126,204); }

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

background-color css

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

 a { background-color: rgb(46,126,204); }

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

border-color css

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

 span { border-color: rgb(46,126,204); }

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