Html Css Color HEX #2E87CE Curious Blue

📋 copy color: '#2E87CE'

red 46 ◦ green 135 ◦ blue 206

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

Shades of Curious Blue #2E87CE

Tints of Curious Blue #2E87CE

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.88%

 BLUE value IS 206 (80.86% from 255) = 53.23%

R = 11.89%
G = 34.88%
B = 53.23%

CMYK

 C value IS 0.78

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2E87CE (or 0x2E87CE) is known color: Curious Blue. HEX triplet: 2E, 87 and CE. RGB value is (46,135,206). Sum of RGB (Red+Green+Blue) = 46+135+206=387 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.89% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #2E87CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E87CE is #D17831. Grayscale: #747474. Windows color (decimal): -13727794 or 13535022. OLE color: 13535022.

HSL color Cylindrical-coordinate representation of color #2E87CE: hue angle of 206.62º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E87CE is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 46 135 206 -
CMYK 0.78 0.34 0 0.19
HSL 206.63º 0.63% 0.49% -
HSV(B) 206.63º 0.78% 0.81% -
XYZ 20.93 22.37 61.61 -
YUV 116.48 178.51 77.73 -
System Red Green Blue C M Y K H S L
Decimal 46 135 206 0.78 0.34 0 0.19 206.63 0.63 0.49
Hex 2E 87 CE 4E 22 0 13 CF 3F 31
Octal 56 207 316 116 42 0 23 317 77 61
Binary 101110 10000111 11001110 1001110 100010 0 10011 11001111 111111 110001

Color Harmonies of #2E87CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E87CE

Black with #2E87CE

Text Example


Text Example

White with #2E87CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,135,206); }

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

background-color css

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

 a { background-color: rgb(46,135,206); }

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

border-color css

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

 span { border-color: rgb(46,135,206); }

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