Html Css Color HEX #2E8DBC Curious Blue

📋 copy color: '#2E8DBC'

red 46 ◦ green 141 ◦ blue 188

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

Shades of Curious Blue #2E8DBC

Tints of Curious Blue #2E8DBC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.6%

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

R = 12.27%
G = 37.6%
B = 50.13%

CMYK

 C value IS 0.76

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2E8DBC (or 0x2E8DBC) is known color: Curious Blue. HEX triplet: 2E, 8D and BC. RGB value is (46,141,188). Sum of RGB (Red+Green+Blue) = 46+141+188=375 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.27% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #2E8DBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E8DBC is #D17243. Grayscale: #757575. Windows color (decimal): -13726276 or 12356910. OLE color: 12356910.

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

Color convert

RGB 46 141 188 -
CMYK 0.76 0.25 0 0.26
HSL 199.86º 0.61% 0.46% -
HSV(B) 199.86º 0.76% 0.74% -
XYZ 19.73 23.26 51.03 -
YUV 117.95 167.53 76.68 -
System Red Green Blue C M Y K H S L
Decimal 46 141 188 0.76 0.25 0 0.26 199.86 0.61 0.46
Hex 2E 8D BC 4C 19 0 1A C8 3D 2E
Octal 56 215 274 114 31 0 32 310 75 56
Binary 101110 10001101 10111100 1001100 11001 0 11010 11001000 111101 101110

Color Harmonies of #2E8DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8DBC

Black with #2E8DBC

Text Example


Text Example

White with #2E8DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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