Html Css Color HEX #2E7DBE Curious Blue

📋 copy color: '#2E7DBE'

red 46 ◦ green 125 ◦ blue 190

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

Shades of Curious Blue #2E7DBE

Tints of Curious Blue #2E7DBE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.63%

 BLUE value IS 190 (74.61% from 255) = 52.63%

R = 12.74%
G = 34.63%
B = 52.63%

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

#2E7DBE (or 0x2E7DBE) is known color: Curious Blue. HEX triplet: 2E, 7D and BE. RGB value is (46,125,190). Sum of RGB (Red+Green+Blue) = 46+125+190=361 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.74% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E7DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E7DBE is #D18241. Grayscale: #6C6C6C. Windows color (decimal): -13730370 or 12483886. OLE color: 12483886.

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

Color convert

RGB 46 125 190 -
CMYK 0.76 0.34 0 0.25
HSL 207.08º 0.61% 0.46% -
HSV(B) 207.08º 0.76% 0.75% -
XYZ 17.75 18.97 51.44 -
YUV 108.79 173.83 83.21 -
System Red Green Blue C M Y K H S L
Decimal 46 125 190 0.76 0.34 0 0.25 207.08 0.61 0.46
Hex 2E 7D BE 4C 22 0 19 CF 3D 2E
Octal 56 175 276 114 42 0 31 317 75 56
Binary 101110 1111101 10111110 1001100 100010 0 11001 11001111 111101 101110

Color Harmonies of #2E7DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7DBE

Black with #2E7DBE

Text Example


Text Example

White with #2E7DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,125,190); }

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

background-color css

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

 a { background-color: rgb(46,125,190); }

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

border-color css

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

 span { border-color: rgb(46,125,190); }

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