Html Css Color HEX #2E8BCB Curious Blue

📋 copy color: '#2E8BCB'

red 46 ◦ green 139 ◦ blue 203

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

Shades of Curious Blue #2E8BCB

Tints of Curious Blue #2E8BCB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.82%

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

R = 11.86%
G = 35.82%
B = 52.32%

CMYK

 C value IS 0.77

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2E8BCB (or 0x2E8BCB) is known color: Curious Blue. HEX triplet: 2E, 8B and CB. RGB value is (46,139,203). Sum of RGB (Red+Green+Blue) = 46+139+203=388 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.86% from 388); Green value is 139 (54.69% from 255 or 35.82% from 388); Blue value is 203 (79.69% from 255 or 52.32% from 388); Max value from RGB is 203 - color contains mainly: blue. Hex color #2E8BCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E8BCB is #D17434. Grayscale: #767676. Windows color (decimal): -13726773 or 13339438. OLE color: 13339438.

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

Color convert

RGB 46 139 203 -
CMYK 0.77 0.32 0 0.20
HSL 204.46º 0.63% 0.49% -
HSV(B) 204.46º 0.77% 0.8% -
XYZ 21.14 23.36 59.89 -
YUV 118.49 175.69 76.3 -
System Red Green Blue C M Y K H S L
Decimal 46 139 203 0.77 0.32 0 0.20 204.46 0.63 0.49
Hex 2E 8B CB 4D 20 0 14 CC 3F 31
Octal 56 213 313 115 40 0 24 314 77 61
Binary 101110 10001011 11001011 1001101 100000 0 10100 11001100 111111 110001

Color Harmonies of #2E8BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8BCB

Black with #2E8BCB

Text Example


Text Example

White with #2E8BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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