#1F86BB

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

Shades of Pelorous #1F86BB

Tints of Pelorous #1F86BB

Color information

#1F86BB (or 0x1F86BB) is unknown color: approx Pelorous. HEX triplet: 1F, 86 and BB. RGB value is (31,134,187). Sum of RGB (Red+Green+Blue) = 31+134+187=352 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.81% from 352); Green value is 134 (52.73% from 255 or 38.07% from 352); Blue value is 187 (73.44% from 255 or 53.12% from 352); Max value from RGB is 187 - color contains mainly: blue. Hex color #1F86BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F86BB is #E07944. Grayscale: #6C6C6C. Windows color (decimal): -14711109 or 12289567. OLE color: 12289567.

HSL color Cylindrical-coordinate representation of color #1F86BB: hue angle of 200.38º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F86BB is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB31134187-
CMYK0.830.2800.27
HSL200.38º71.56%42.75%-
HSV(B)200.38º83.42%73.33%-
XYZ18.0620.9350.1-
YUV109.24171.8872.19-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.81%
GREEN value IS 134 (52.73% from 255) = 38.07%
BLUE value IS 187 (73.44% from 255) = 53.12%
R=8.81%
G=38.07%
B=53.12%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal311341870.830.2800.27200.3871.5642.75
Hex1F86BB531C01Bc8482b
Octal372062731233403331011053
Binary111111000011010111011101001111100011011110010001001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F86BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,134,187); }

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

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

 a { background-color: rgb(31,134,187); }

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

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

 span { border-color: rgb(31,134,187); }

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