Html Css Color HEX #2E7CBF Curious Blue

📋 copy color: '#2E7CBF'

red 46 ◦ green 124 ◦ blue 191

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

Shades of Curious Blue #2E7CBF

Tints of Curious Blue #2E7CBF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.35%

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

R = 12.74%
G = 34.35%
B = 52.91%

CMYK

 C value IS 0.76

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2E7CBF (or 0x2E7CBF) is known color: Curious Blue. HEX triplet: 2E, 7C and BF. RGB value is (46,124,191). Sum of RGB (Red+Green+Blue) = 46+124+191=361 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.74% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 191 (75% from 255 or 52.91% from 361); Max value from RGB is 191 - color contains mainly: blue. Hex color #2E7CBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E7CBF is #D18340. Grayscale: #6B6B6B. Windows color (decimal): -13730625 or 12549166. OLE color: 12549166.

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

Color convert

RGB 46 124 191 -
CMYK 0.76 0.35 0 0.25
HSL 207.72º 0.61% 0.46% -
HSV(B) 207.72º 0.76% 0.75% -
XYZ 17.74 18.76 51.98 -
YUV 108.32 174.66 83.55 -
System Red Green Blue C M Y K H S L
Decimal 46 124 191 0.76 0.35 0 0.25 207.72 0.61 0.46
Hex 2E 7C BF 4C 23 0 19 D0 3D 2E
Octal 56 174 277 114 43 0 31 320 75 56
Binary 101110 1111100 10111111 1001100 100011 0 11001 11010000 111101 101110

Color Harmonies of #2E7CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7CBF

Black with #2E7CBF

Text Example


Text Example

White with #2E7CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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