Html Css Color HEX #2F7D99 Scooter

📋 copy color: '#2F7D99'

red 47 ◦ green 125 ◦ blue 153

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

Shades of Scooter #2F7D99

Tints of Scooter #2F7D99

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.46%

 BLUE value IS 153 (60.16% from 255) = 47.08%

R = 14.46%
G = 38.46%
B = 47.08%

CMYK

 C value IS 0.69

 M value IS 0.18

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#2F7D99 (or 0x2F7D99) is known color: Scooter. HEX triplet: 2F, 7D and 99. RGB value is (47,125,153). Sum of RGB (Red+Green+Blue) = 47+125+153=325 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.46% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 153 - color contains mainly: blue. Hex color #2F7D99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F7D99 is #D08266. Grayscale: #686868. Windows color (decimal): -13664871 or 10059055. OLE color: 10059055.

HSL color Cylindrical-coordinate representation of color #2F7D99: hue angle of 195.85º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F7D99 is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 47 125 153 -
CMYK 0.69 0.18 0 0.4
HSL 195.85º 0.53% 0.39% -
HSV(B) 195.85º 0.69% 0.6% -
XYZ 14.26 17.57 32.78 -
YUV 104.87 155.16 86.72 -
System Red Green Blue C M Y K H S L
Decimal 47 125 153 0.69 0.18 0 0.4 195.85 0.53 0.39
Hex 2F 7D 99 45 12 0 28 C4 35 27
Octal 57 175 231 105 22 0 50 304 65 47
Binary 101111 1111101 10011001 1000101 10010 0 101000 11000100 110101 100111

Color Harmonies of #2F7D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7D99

Black with #2F7D99

Text Example


Text Example

White with #2F7D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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