#1F8EA5

Color #1F8EA5 Scooter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scooter #1F8EA5

Tints of Scooter #1F8EA5

Color information

#1F8EA5 (or 0x1F8EA5) is unknown color: approx Scooter. HEX triplet: 1F, 8E and A5. RGB value is (31,142,165). Sum of RGB (Red+Green+Blue) = 31+142+165=338 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.17% from 338); Green value is 142 (55.86% from 255 or 42.01% from 338); Blue value is 165 (64.84% from 255 or 48.82% from 338); Max value from RGB is 165 - color contains mainly: blue. Hex color #1F8EA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F8EA5 is #E0715A. Grayscale: #6F6F6F. Windows color (decimal): -14709083 or 10849823. OLE color: 10849823.

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

Color convert

RGB31142165-
CMYK0.810.1400.35
HSL190.3º68.37%38.43%-
HSV(B)190.3º81.21%64.71%-
XYZ17.0322.3539.01-
YUV111.43158.2370.63-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.17%
GREEN value IS 142 (55.86% from 255) = 42.01%
BLUE value IS 165 (64.84% from 255) = 48.82%
R=9.17%
G=42.01%
B=48.82%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal311421650.810.1400.35190.368.3738.43
Hex1F8EA551E023be4426
Octal372162451211604327610446
Binary111111000111010100101101000111100100011101111101000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,142,165); }

 H1.HeaderClassName
 {
   color: #1F8EA5;
 }
 .AnyTagClassName
 {
   color: #1F8EA5;
 }
</style>
background-color css

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

 a { background-color: rgb(31,142,165); }

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

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

 span { border-color: rgb(31,142,165); }

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