Html Css Color HEX #2F99BE Pelorous

📋 copy color: '#2F99BE'

red 47 ◦ green 153 ◦ blue 190

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

Shades of Pelorous #2F99BE

Tints of Pelorous #2F99BE

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.23%

 BLUE value IS 190 (74.61% from 255) = 48.72%

R = 12.05%
G = 39.23%
B = 48.72%

CMYK

 C value IS 0.75

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2F99BE (or 0x2F99BE) is known color: Pelorous. HEX triplet: 2F, 99 and BE. RGB value is (47,153,190). Sum of RGB (Red+Green+Blue) = 47+153+190=390 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.05% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #2F99BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F99BE is #D06641. Grayscale: #7D7D7D. Windows color (decimal): -13657666 or 12491055. OLE color: 12491055.

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

Color convert

RGB 47 153 190 -
CMYK 0.75 0.19 0 0.25
HSL 195.52º 0.6% 0.46% -
HSV(B) 195.52º 0.75% 0.75% -
XYZ 21.86 27.1 52.79 -
YUV 125.52 164.38 71.99 -
System Red Green Blue C M Y K H S L
Decimal 47 153 190 0.75 0.19 0 0.25 195.52 0.6 0.46
Hex 2F 99 BE 4B 13 0 19 C4 3C 2E
Octal 57 231 276 113 23 0 31 304 74 56
Binary 101111 10011001 10111110 1001011 10011 0 11001 11000100 111100 101110

Color Harmonies of #2F99BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F99BE

Black with #2F99BE

Text Example


Text Example

White with #2F99BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,153,190); }

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

background-color css

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

 a { background-color: rgb(47,153,190); }

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

border-color css

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

 span { border-color: rgb(47,153,190); }

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