Html Css Color HEX #2E7FBF Curious Blue

📋 copy color: '#2E7FBF'

red 46 ◦ green 127 ◦ blue 191

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

Shades of Curious Blue #2E7FBF

Tints of Curious Blue #2E7FBF

RGB

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

 GREEN value IS 127 (50% from 255) = 34.89%

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

R = 12.64%
G = 34.89%
B = 52.47%

CMYK

 C value IS 0.76

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2E7FBF (or 0x2E7FBF) is known color: Curious Blue. HEX triplet: 2E, 7F and BF. RGB value is (46,127,191). Sum of RGB (Red+Green+Blue) = 46+127+191=364 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.64% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 191 (75% from 255 or 52.47% from 364); Max value from RGB is 191 - color contains mainly: blue. Hex color #2E7FBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E7FBF is #D18040. Grayscale: #6D6D6D. Windows color (decimal): -13729857 or 12549934. OLE color: 12549934.

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

Color convert

RGB 46 127 191 -
CMYK 0.76 0.34 0 0.25
HSL 206.48º 0.61% 0.46% -
HSV(B) 206.48º 0.76% 0.75% -
XYZ 18.12 19.52 52.1 -
YUV 110.08 173.66 82.3 -
System Red Green Blue C M Y K H S L
Decimal 46 127 191 0.76 0.34 0 0.25 206.48 0.61 0.46
Hex 2E 7F BF 4C 22 0 19 CE 3D 2E
Octal 56 177 277 114 42 0 31 316 75 56
Binary 101110 1111111 10111111 1001100 100010 0 11001 11001110 111101 101110

Color Harmonies of #2E7FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7FBF

Black with #2E7FBF

Text Example


Text Example

White with #2E7FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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