Html Css Color HEX #2E8FBD Curious Blue

📋 copy color: '#2E8FBD'

red 46 ◦ green 143 ◦ blue 189

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

Shades of Curious Blue #2E8FBD

Tints of Curious Blue #2E8FBD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.83%

 BLUE value IS 189 (74.22% from 255) = 50%

R = 12.17%
G = 37.83%
B = 50%

CMYK

 C value IS 0.76

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2E8FBD (or 0x2E8FBD) is known color: Curious Blue. HEX triplet: 2E, 8F and BD. RGB value is (46,143,189). Sum of RGB (Red+Green+Blue) = 46+143+189=378 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.17% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #2E8FBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E8FBD is #D17042. Grayscale: #767676. Windows color (decimal): -13725763 or 12422958. OLE color: 12422958.

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

Color convert

RGB 46 143 189 -
CMYK 0.76 0.24 0 0.26
HSL 199.3º 0.61% 0.46% -
HSV(B) 199.3º 0.76% 0.74% -
XYZ 20.13 23.9 51.7 -
YUV 119.24 167.36 75.76 -
System Red Green Blue C M Y K H S L
Decimal 46 143 189 0.76 0.24 0 0.26 199.3 0.61 0.46
Hex 2E 8F BD 4C 18 0 1A C7 3D 2E
Octal 56 217 275 114 30 0 32 307 75 56
Binary 101110 10001111 10111101 1001100 11000 0 11010 11000111 111101 101110

Color Harmonies of #2E8FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8FBD

Black with #2E8FBD

Text Example


Text Example

White with #2E8FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,143,189); }

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

background-color css

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

 a { background-color: rgb(46,143,189); }

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

border-color css

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

 span { border-color: rgb(46,143,189); }

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