Html Css Color HEX #2F87AD Scooter

📋 copy color: '#2F87AD'

red 47 ◦ green 135 ◦ blue 173

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

Shades of Scooter #2F87AD

Tints of Scooter #2F87AD

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.03%

 BLUE value IS 173 (67.97% from 255) = 48.73%

R = 13.24%
G = 38.03%
B = 48.73%

CMYK

 C value IS 0.73

 M value IS 0.22

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2F87AD (or 0x2F87AD) is known color: Scooter. HEX triplet: 2F, 87 and AD. RGB value is (47,135,173). Sum of RGB (Red+Green+Blue) = 47+135+173=355 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.24% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #2F87AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F87AD is #D07852. Grayscale: #707070. Windows color (decimal): -13662291 or 11372335. OLE color: 11372335.

HSL color Cylindrical-coordinate representation of color #2F87AD: hue angle of 198.1º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F87AD is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 47 135 173 -
CMYK 0.73 0.22 0 0.32
HSL 198.1º 0.57% 0.43% -
HSV(B) 198.1º 0.73% 0.68% -
XYZ 17.38 20.95 42.66 -
YUV 113.02 161.85 80.91 -
System Red Green Blue C M Y K H S L
Decimal 47 135 173 0.73 0.22 0 0.32 198.1 0.57 0.43
Hex 2F 87 AD 49 16 0 20 C6 39 2B
Octal 57 207 255 111 26 0 40 306 71 53
Binary 101111 10000111 10101101 1001001 10110 0 100000 11000110 111001 101011

Color Harmonies of #2F87AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F87AD

Black with #2F87AD

Text Example


Text Example

White with #2F87AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,135,173); }

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

background-color css

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

 a { background-color: rgb(47,135,173); }

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

border-color css

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

 span { border-color: rgb(47,135,173); }

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