Html Css Color HEX #2E8CBF Curious Blue

📋 copy color: '#2E8CBF'

red 46 ◦ green 140 ◦ blue 191

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

Shades of Curious Blue #2E8CBF

Tints of Curious Blue #2E8CBF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.14%

 BLUE value IS 191 (75% from 255) = 50.66%

R = 12.2%
G = 37.14%
B = 50.66%

CMYK

 C value IS 0.76

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2E8CBF (or 0x2E8CBF) is known color: Curious Blue. HEX triplet: 2E, 8C and BF. RGB value is (46,140,191). Sum of RGB (Red+Green+Blue) = 46+140+191=377 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.20% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 191 (75% from 255 or 50.66% from 377); Max value from RGB is 191 - color contains mainly: blue. Hex color #2E8CBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E8CBF is #D17340. Grayscale: #757575. Windows color (decimal): -13726529 or 12553262. OLE color: 12553262.

HSL color Cylindrical-coordinate representation of color #2E8CBF: hue angle of 201.1º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E8CBF is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 46 140 191 -
CMYK 0.76 0.27 0 0.25
HSL 201.1º 0.61% 0.46% -
HSV(B) 201.1º 0.76% 0.75% -
XYZ 19.91 23.1 52.7 -
YUV 117.71 169.36 76.85 -
System Red Green Blue C M Y K H S L
Decimal 46 140 191 0.76 0.27 0 0.25 201.1 0.61 0.46
Hex 2E 8C BF 4C 1B 0 19 C9 3D 2E
Octal 56 214 277 114 33 0 31 311 75 56
Binary 101110 10001100 10111111 1001100 11011 0 11001 11001001 111101 101110

Color Harmonies of #2E8CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8CBF

Black with #2E8CBF

Text Example


Text Example

White with #2E8CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,140,191); }

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

background-color css

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

 a { background-color: rgb(46,140,191); }

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

border-color css

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

 span { border-color: rgb(46,140,191); }

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