Html Css Color HEX #2E90C9 Curious Blue

📋 copy color: '#2E90C9'

red 46 ◦ green 144 ◦ blue 201

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

Shades of Curious Blue #2E90C9

Tints of Curious Blue #2E90C9

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.83%

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

R = 11.76%
G = 36.83%
B = 51.41%

CMYK

 C value IS 0.77

 M value IS 0.28

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2E90C9 (or 0x2E90C9) is known color: Curious Blue. HEX triplet: 2E, 90 and C9. RGB value is (46,144,201). Sum of RGB (Red+Green+Blue) = 46+144+201=391 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.76% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 201 (78.91% from 255 or 51.41% from 391); Max value from RGB is 201 - color contains mainly: blue. Hex color #2E90C9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E90C9 is #D16F36. Grayscale: #787878. Windows color (decimal): -13725495 or 13209646. OLE color: 13209646.

HSL color Cylindrical-coordinate representation of color #2E90C9: hue angle of 202.06º 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 #2E90C9 is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 46 144 201 -
CMYK 0.77 0.28 0 0.21
HSL 202.06º 0.63% 0.48% -
HSV(B) 202.06º 0.77% 0.79% -
XYZ 21.64 24.74 58.89 -
YUV 121.2 173.03 74.37 -
System Red Green Blue C M Y K H S L
Decimal 46 144 201 0.77 0.28 0 0.21 202.06 0.63 0.48
Hex 2E 90 C9 4D 1C 0 15 CA 3F 30
Octal 56 220 311 115 34 0 25 312 77 60
Binary 101110 10010000 11001001 1001101 11100 0 10101 11001010 111111 110000

Color Harmonies of #2E90C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E90C9

Black with #2E90C9

Text Example


Text Example

White with #2E90C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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