Html Css Color HEX #2F9EBC Pelorous

📋 copy color: '#2F9EBC'

red 47 ◦ green 158 ◦ blue 188

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

Shades of Pelorous #2F9EBC

Tints of Pelorous #2F9EBC

RGB

 RED value IS 47 (18.75% from 255) = 11.96%

 GREEN value IS 158 (62.11% from 255) = 40.2%

 BLUE value IS 188 (73.83% from 255) = 47.84%

R = 11.96%
G = 40.2%
B = 47.84%

CMYK

 C value IS 0.75

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2F9EBC (or 0x2F9EBC) is known color: Pelorous. HEX triplet: 2F, 9E and BC. RGB value is (47,158,188). Sum of RGB (Red+Green+Blue) = 47+158+188=393 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.96% from 393); Green value is 158 (62.11% from 255 or 40.20% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #2F9EBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F9EBC is #D06143. Grayscale: #808080. Windows color (decimal): -13656388 or 12361263. OLE color: 12361263.

HSL color Cylindrical-coordinate representation of color #2F9EBC: hue angle of 192.77º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F9EBC is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 47 158 188 -
CMYK 0.75 0.16 0 0.26
HSL 192.77º 0.6% 0.46% -
HSV(B) 192.77º 0.75% 0.74% -
XYZ 22.48 28.69 51.93 -
YUV 128.23 161.73 70.06 -
System Red Green Blue C M Y K H S L
Decimal 47 158 188 0.75 0.16 0 0.26 192.77 0.6 0.46
Hex 2F 9E BC 4B 10 0 1A C1 3C 2E
Octal 57 236 274 113 20 0 32 301 74 56
Binary 101111 10011110 10111100 1001011 10000 0 11010 11000001 111100 101110

Color Harmonies of #2F9EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9EBC

Black with #2F9EBC

Text Example


Text Example

White with #2F9EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,158,188); }

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

background-color css

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

 a { background-color: rgb(47,158,188); }

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

border-color css

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

 span { border-color: rgb(47,158,188); }

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