Html Css Color HEX #2E7CC9 Curious Blue

📋 copy color: '#2E7CC9'

red 46 ◦ green 124 ◦ blue 201

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

Shades of Curious Blue #2E7CC9

Tints of Curious Blue #2E7CC9

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.42%

 BLUE value IS 201 (78.91% from 255) = 54.18%

R = 12.4%
G = 33.42%
B = 54.18%

CMYK

 C value IS 0.77

 M value IS 0.38

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2E7CC9 (or 0x2E7CC9) is known color: Curious Blue. HEX triplet: 2E, 7C and C9. RGB value is (46,124,201). Sum of RGB (Red+Green+Blue) = 46+124+201=371 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.40% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 201 (78.91% from 255 or 54.18% from 371); Max value from RGB is 201 - color contains mainly: blue. Hex color #2E7CC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E7CC9 is #D18336. Grayscale: #6D6D6D. Windows color (decimal): -13730615 or 13204526. OLE color: 13204526.

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

Color convert

RGB 46 124 201 -
CMYK 0.77 0.38 0 0.21
HSL 209.81º 0.63% 0.48% -
HSV(B) 209.81º 0.77% 0.79% -
XYZ 18.88 19.21 57.97 -
YUV 109.46 179.66 82.74 -
System Red Green Blue C M Y K H S L
Decimal 46 124 201 0.77 0.38 0 0.21 209.81 0.63 0.48
Hex 2E 7C C9 4D 26 0 15 D2 3F 30
Octal 56 174 311 115 46 0 25 322 77 60
Binary 101110 1111100 11001001 1001101 100110 0 10101 11010010 111111 110000

Color Harmonies of #2E7CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7CC9

Black with #2E7CC9

Text Example


Text Example

White with #2E7CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,124,201); }

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

background-color css

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

 a { background-color: rgb(46,124,201); }

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

border-color css

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

 span { border-color: rgb(46,124,201); }

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