Html Css Color HEX #2E8FBB Pelorous

📋 copy color: '#2E8FBB'

red 46 ◦ green 143 ◦ blue 187

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

Shades of Pelorous #2E8FBB

Tints of Pelorous #2E8FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.73%

R = 12.23%
G = 38.03%
B = 49.73%

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

#2E8FBB (or 0x2E8FBB) is known color: Pelorous. HEX triplet: 2E, 8F and BB. RGB value is (46,143,187). Sum of RGB (Red+Green+Blue) = 46+143+187=376 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.23% from 376); Green value is 143 (56.25% from 255 or 38.03% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #2E8FBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E8FBB is #D17044. Grayscale: #767676. Windows color (decimal): -13725765 or 12291886. OLE color: 12291886.

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

Color convert

RGB 46 143 187 -
CMYK 0.75 0.24 0 0.27
HSL 198.72º 0.61% 0.46% -
HSV(B) 198.72º 0.75% 0.73% -
XYZ 19.92 23.81 50.56 -
YUV 119.01 166.36 75.92 -
System Red Green Blue C M Y K H S L
Decimal 46 143 187 0.75 0.24 0 0.27 198.72 0.61 0.46
Hex 2E 8F BB 4B 18 0 1B C7 3D 2E
Octal 56 217 273 113 30 0 33 307 75 56
Binary 101110 10001111 10111011 1001011 11000 0 11011 11000111 111101 101110

Color Harmonies of #2E8FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8FBB

Black with #2E8FBB

Text Example


Text Example

White with #2E8FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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