Html Css Color HEX #2E8FCE Curious Blue

📋 copy color: '#2E8FCE'

red 46 ◦ green 143 ◦ blue 206

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

Shades of Curious Blue #2E8FCE

Tints of Curious Blue #2E8FCE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.2%

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

R = 11.65%
G = 36.2%
B = 52.15%

CMYK

 C value IS 0.78

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2E8FCE (or 0x2E8FCE) is known color: Curious Blue. HEX triplet: 2E, 8F and CE. RGB value is (46,143,206). Sum of RGB (Red+Green+Blue) = 46+143+206=395 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.65% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #2E8FCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E8FCE is #D17031. Grayscale: #787878. Windows color (decimal): -13725746 or 13537070. OLE color: 13537070.

HSL color Cylindrical-coordinate representation of color #2E8FCE: hue angle of 203.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 #2E8FCE is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 46 143 206 -
CMYK 0.78 0.31 0 0.19
HSL 203.63º 0.63% 0.49% -
HSV(B) 203.63º 0.78% 0.81% -
XYZ 22.09 24.68 61.99 -
YUV 121.18 175.86 74.38 -
System Red Green Blue C M Y K H S L
Decimal 46 143 206 0.78 0.31 0 0.19 203.63 0.63 0.49
Hex 2E 8F CE 4E 1F 0 13 CC 3F 31
Octal 56 217 316 116 37 0 23 314 77 61
Binary 101110 10001111 11001110 1001110 11111 0 10011 11001100 111111 110001

Color Harmonies of #2E8FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8FCE

Black with #2E8FCE

Text Example


Text Example

White with #2E8FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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