Html Css Color HEX #2E7DBC Curious Blue

📋 copy color: '#2E7DBC'

red 46 ◦ green 125 ◦ blue 188

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

Shades of Curious Blue #2E7DBC

Tints of Curious Blue #2E7DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.37%

R = 12.81%
G = 34.82%
B = 52.37%

CMYK

 C value IS 0.76

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2E7DBC (or 0x2E7DBC) is known color: Curious Blue. HEX triplet: 2E, 7D and BC. RGB value is (46,125,188). Sum of RGB (Red+Green+Blue) = 46+125+188=359 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.81% from 359); Green value is 125 (49.22% from 255 or 34.82% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #2E7DBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E7DBC is #D18243. Grayscale: #6C6C6C. Windows color (decimal): -13730372 or 12352814. OLE color: 12352814.

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

Color convert

RGB 46 125 188 -
CMYK 0.76 0.34 0 0.26
HSL 206.62º 0.61% 0.46% -
HSV(B) 206.62º 0.76% 0.74% -
XYZ 17.54 18.88 50.3 -
YUV 108.56 172.83 83.38 -
System Red Green Blue C M Y K H S L
Decimal 46 125 188 0.76 0.34 0 0.26 206.62 0.61 0.46
Hex 2E 7D BC 4C 22 0 1A CF 3D 2E
Octal 56 175 274 114 42 0 32 317 75 56
Binary 101110 1111101 10111100 1001100 100010 0 11010 11001111 111101 101110

Color Harmonies of #2E7DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7DBC

Black with #2E7DBC

Text Example


Text Example

White with #2E7DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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