Html Css Color HEX #2E8BD5 Curious Blue

📋 copy color: '#2E8BD5'

red 46 ◦ green 139 ◦ blue 213

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

Shades of Curious Blue #2E8BD5

Tints of Curious Blue #2E8BD5

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.92%

 BLUE value IS 213 (83.59% from 255) = 53.52%

R = 11.56%
G = 34.92%
B = 53.52%

CMYK

 C value IS 0.78

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2E8BD5 (or 0x2E8BD5) is known color: Curious Blue. HEX triplet: 2E, 8B and D5. RGB value is (46,139,213). Sum of RGB (Red+Green+Blue) = 46+139+213=398 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.56% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 213 (83.59% from 255 or 53.52% from 398); Max value from RGB is 213 - color contains mainly: blue. Hex color #2E8BD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E8BD5 is #D1742A. Grayscale: #777777. Windows color (decimal): -13726763 or 13994798. OLE color: 13994798.

HSL color Cylindrical-coordinate representation of color #2E8BD5: hue angle of 206.59º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E8BD5 is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 46 139 213 -
CMYK 0.78 0.35 0 0.16
HSL 206.59º 0.67% 0.51% -
HSV(B) 206.59º 0.78% 0.84% -
XYZ 22.37 23.85 66.38 -
YUV 119.63 180.69 75.48 -
System Red Green Blue C M Y K H S L
Decimal 46 139 213 0.78 0.35 0 0.16 206.59 0.67 0.51
Hex 2E 8B D5 4E 23 0 10 CF 43 33
Octal 56 213 325 116 43 0 20 317 103 63
Binary 101110 10001011 11010101 1001110 100011 0 10000 11001111 1000011 110011

Color Harmonies of #2E8BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8BD5

Black with #2E8BD5

Text Example


Text Example

White with #2E8BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,139,213); }

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

background-color css

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

 a { background-color: rgb(46,139,213); }

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

border-color css

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

 span { border-color: rgb(46,139,213); }

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