Html Css Color HEX #2F85AB Scooter

📋 copy color: '#2F85AB'

red 47 ◦ green 133 ◦ blue 171

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

Shades of Scooter #2F85AB

Tints of Scooter #2F85AB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.89%

 BLUE value IS 171 (67.19% from 255) = 48.72%

R = 13.39%
G = 37.89%
B = 48.72%

CMYK

 C value IS 0.73

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2F85AB (or 0x2F85AB) is known color: Scooter. HEX triplet: 2F, 85 and AB. RGB value is (47,133,171). Sum of RGB (Red+Green+Blue) = 47+133+171=351 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.39% from 351); Green value is 133 (52.34% from 255 or 37.89% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #2F85AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F85AB is #D07A54. Grayscale: #6F6F6F. Windows color (decimal): -13662805 or 11240751. OLE color: 11240751.

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

Color convert

RGB 47 133 171 -
CMYK 0.73 0.22 0 0.33
HSL 198.39º 0.57% 0.43% -
HSV(B) 198.39º 0.73% 0.67% -
XYZ 16.91 20.32 41.56 -
YUV 111.62 161.51 81.91 -
System Red Green Blue C M Y K H S L
Decimal 47 133 171 0.73 0.22 0 0.33 198.39 0.57 0.43
Hex 2F 85 AB 49 16 0 21 C6 39 2B
Octal 57 205 253 111 26 0 41 306 71 53
Binary 101111 10000101 10101011 1001001 10110 0 100001 11000110 111001 101011

Color Harmonies of #2F85AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F85AB

Black with #2F85AB

Text Example


Text Example

White with #2F85AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,133,171); }

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

background-color css

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

 a { background-color: rgb(47,133,171); }

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

border-color css

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

 span { border-color: rgb(47,133,171); }

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