Html Css Color HEX #1F87A7 Scooter

📋 copy color: '#1F87A7'

red 31 ◦ green 135 ◦ blue 167

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

Shades of Scooter #1F87A7

Tints of Scooter #1F87A7

RGB

 RED value IS 31 (12.5% from 255) = 9.31%

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

 BLUE value IS 167 (65.63% from 255) = 50.15%

R = 9.31%
G = 40.54%
B = 50.15%

CMYK

 C value IS 0.81

 M value IS 0.19

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#1F87A7 (or 0x1F87A7) is known color: Scooter. HEX triplet: 1F, 87 and A7. RGB value is (31,135,167). Sum of RGB (Red+Green+Blue) = 31+135+167=333 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.31% from 333); Green value is 135 (53.12% from 255 or 40.54% from 333); Blue value is 167 (65.62% from 255 or 50.15% from 333); Max value from RGB is 167 - color contains mainly: blue. Hex color #1F87A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F87A7 is #E07858. Grayscale: #6B6B6B. Windows color (decimal): -14710873 or 10979103. OLE color: 10979103.

HSL color Cylindrical-coordinate representation of color #1F87A7: hue angle of 194.12º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F87A7 is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 31 135 167 -
CMYK 0.81 0.19 0 0.35
HSL 194.12º 0.69% 0.39% -
HSV(B) 194.12º 0.81% 0.65% -
XYZ 16.2 20.41 39.64 -
YUV 107.55 161.54 73.4 -
System Red Green Blue C M Y K H S L
Decimal 31 135 167 0.81 0.19 0 0.35 194.12 0.69 0.39
Hex 1F 87 A7 51 13 0 23 C2 45 27
Octal 37 207 247 121 23 0 43 302 105 47
Binary 11111 10000111 10100111 1010001 10011 0 100011 11000010 1000101 100111

Color Harmonies of #1F87A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F87A7

Black with #1F87A7

Text Example


Text Example

White with #1F87A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F87A7; }

 p { color: rgb(31,135,167); }

 H1.HeaderClassName
 {
   color: #1F87A7;
 }
 .AnyTagClassName
 {
   color: #1F87A7;
 }
</style>

background-color css

<style>
 a { background-color: #1F87A7; }

 a { background-color: rgb(31,135,167); }

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

border-color css

<style>
 span { border-color: #1F87A7; }

 span { border-color: rgb(31,135,167); }

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