Html Css Color HEX #2E8DBA Curious Blue

📋 copy color: '#2E8DBA'

red 46 ◦ green 141 ◦ blue 186

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

Shades of Curious Blue #2E8DBA

Tints of Curious Blue #2E8DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.87%

R = 12.33%
G = 37.8%
B = 49.87%

CMYK

 C value IS 0.75

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2E8DBA (or 0x2E8DBA) is known color: Curious Blue. HEX triplet: 2E, 8D and BA. RGB value is (46,141,186). Sum of RGB (Red+Green+Blue) = 46+141+186=373 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.33% from 373); Green value is 141 (55.47% from 255 or 37.80% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E8DBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E8DBA is #D17245. Grayscale: #757575. Windows color (decimal): -13726278 or 12225838. OLE color: 12225838.

HSL color Cylindrical-coordinate representation of color #2E8DBA: hue angle of 199.29º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E8DBA is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 46 141 186 -
CMYK 0.75 0.24 0 0.27
HSL 199.29º 0.6% 0.45% -
HSV(B) 199.29º 0.75% 0.73% -
XYZ 19.51 23.18 49.9 -
YUV 117.73 166.53 76.84 -
System Red Green Blue C M Y K H S L
Decimal 46 141 186 0.75 0.24 0 0.27 199.29 0.6 0.45
Hex 2E 8D BA 4B 18 0 1B C7 3C 2D
Octal 56 215 272 113 30 0 33 307 74 55
Binary 101110 10001101 10111010 1001011 11000 0 11011 11000111 111100 101101

Color Harmonies of #2E8DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8DBA

Black with #2E8DBA

Text Example


Text Example

White with #2E8DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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