Html Css Color HEX #2E8FBF Curious Blue

📋 copy color: '#2E8FBF'

red 46 ◦ green 143 ◦ blue 191

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

Shades of Curious Blue #2E8FBF

Tints of Curious Blue #2E8FBF

RGB

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

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

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

R = 12.11%
G = 37.63%
B = 50.26%

CMYK

 C value IS 0.76

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2E8FBF (or 0x2E8FBF) is known color: Curious Blue. HEX triplet: 2E, 8F and BF. RGB value is (46,143,191). Sum of RGB (Red+Green+Blue) = 46+143+191=380 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.11% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #2E8FBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E8FBF is #D17040. Grayscale: #777777. Windows color (decimal): -13725761 or 12554030. OLE color: 12554030.

HSL color Cylindrical-coordinate representation of color #2E8FBF: hue angle of 199.86º 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 #2E8FBF is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 46 143 191 -
CMYK 0.76 0.25 0 0.25
HSL 199.86º 0.61% 0.46% -
HSV(B) 199.86º 0.76% 0.75% -
XYZ 20.35 23.99 52.85 -
YUV 119.47 168.36 75.6 -
System Red Green Blue C M Y K H S L
Decimal 46 143 191 0.76 0.25 0 0.25 199.86 0.61 0.46
Hex 2E 8F BF 4C 19 0 19 C8 3D 2E
Octal 56 217 277 114 31 0 31 310 75 56
Binary 101110 10001111 10111111 1001100 11001 0 11001 11001000 111101 101110

Color Harmonies of #2E8FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8FBF

Black with #2E8FBF

Text Example


Text Example

White with #2E8FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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