Html Css Color HEX #2E89DB Curious Blue

📋 copy color: '#2E89DB'

red 46 ◦ green 137 ◦ blue 219

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

Shades of Curious Blue #2E89DB

Tints of Curious Blue #2E89DB

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.08%

 BLUE value IS 219 (85.94% from 255) = 54.48%

R = 11.44%
G = 34.08%
B = 54.48%

CMYK

 C value IS 0.79

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2E89DB (or 0x2E89DB) is known color: Curious Blue. HEX triplet: 2E, 89 and DB. RGB value is (46,137,219). Sum of RGB (Red+Green+Blue) = 46+137+219=402 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.44% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #2E89DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E89DB is #D17624. Grayscale: #767676. Windows color (decimal): -13727269 or 14387502. OLE color: 14387502.

HSL color Cylindrical-coordinate representation of color #2E89DB: hue angle of 208.44º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E89DB is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 46 137 219 -
CMYK 0.79 0.37 0 0.14
HSL 208.44º 0.71% 0.52% -
HSV(B) 208.44º 0.79% 0.86% -
XYZ 22.86 23.59 70.37 -
YUV 119.14 184.35 75.83 -
System Red Green Blue C M Y K H S L
Decimal 46 137 219 0.79 0.37 0 0.14 208.44 0.71 0.52
Hex 2E 89 DB 4F 25 0 E D0 47 34
Octal 56 211 333 117 45 0 16 320 107 64
Binary 101110 10001001 11011011 1001111 100101 0 1110 11010000 1000111 110100

Color Harmonies of #2E89DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E89DB

Black with #2E89DB

Text Example


Text Example

White with #2E89DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,137,219); }

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

background-color css

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

 a { background-color: rgb(46,137,219); }

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

border-color css

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

 span { border-color: rgb(46,137,219); }

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