Html Css Color HEX #2E8ADB Curious Blue

📋 copy color: '#2E8ADB'

red 46 ◦ green 138 ◦ blue 219

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

Shades of Curious Blue #2E8ADB

Tints of Curious Blue #2E8ADB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.24%

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

R = 11.41%
G = 34.24%
B = 54.34%

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

#2E8ADB (or 0x2E8ADB) is known color: Curious Blue. HEX triplet: 2E, 8A and DB. RGB value is (46,138,219). Sum of RGB (Red+Green+Blue) = 46+138+219=403 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.41% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #2E8ADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E8ADB is #D17524. Grayscale: #777777. Windows color (decimal): -13727013 or 14387758. OLE color: 14387758.

HSL color Cylindrical-coordinate representation of color #2E8ADB: hue angle of 208.09º 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 #2E8ADB is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 46 138 219 -
CMYK 0.79 0.37 0 0.14
HSL 208.09º 0.71% 0.52% -
HSV(B) 208.09º 0.79% 0.86% -
XYZ 23 23.87 70.41 -
YUV 119.73 184.02 75.41 -
System Red Green Blue C M Y K H S L
Decimal 46 138 219 0.79 0.37 0 0.14 208.09 0.71 0.52
Hex 2E 8A DB 4F 25 0 E D0 47 34
Octal 56 212 333 117 45 0 16 320 107 64
Binary 101110 10001010 11011011 1001111 100101 0 1110 11010000 1000111 110100

Color Harmonies of #2E8ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8ADB

Black with #2E8ADB

Text Example


Text Example

White with #2E8ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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