Html Css Color HEX #2E90CB Curious Blue

📋 copy color: '#2E90CB'

red 46 ◦ green 144 ◦ blue 203

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

Shades of Curious Blue #2E90CB

Tints of Curious Blue #2E90CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.65%

R = 11.7%
G = 36.64%
B = 51.65%

CMYK

 C value IS 0.77

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2E90CB (or 0x2E90CB) is known color: Curious Blue. HEX triplet: 2E, 90 and CB. RGB value is (46,144,203). Sum of RGB (Red+Green+Blue) = 46+144+203=393 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.70% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #2E90CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E90CB is #D16F34. Grayscale: #797979. Windows color (decimal): -13725493 or 13340718. OLE color: 13340718.

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

Color convert

RGB 46 144 203 -
CMYK 0.77 0.29 0 0.20
HSL 202.55º 0.63% 0.49% -
HSV(B) 202.55º 0.77% 0.8% -
XYZ 21.88 24.84 60.14 -
YUV 121.42 174.03 74.2 -
System Red Green Blue C M Y K H S L
Decimal 46 144 203 0.77 0.29 0 0.20 202.55 0.63 0.49
Hex 2E 90 CB 4D 1D 0 14 CB 3F 31
Octal 56 220 313 115 35 0 24 313 77 61
Binary 101110 10010000 11001011 1001101 11101 0 10100 11001011 111111 110001

Color Harmonies of #2E90CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E90CB

Black with #2E90CB

Text Example


Text Example

White with #2E90CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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