#1F84BF

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

Shades of Pelorous #1F84BF

Tints of Pelorous #1F84BF

Color information

#1F84BF (or 0x1F84BF) is unknown color: approx Pelorous. HEX triplet: 1F, 84 and BF. RGB value is (31,132,191). Sum of RGB (Red+Green+Blue) = 31+132+191=354 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.76% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 191 (75% from 255 or 53.95% from 354); Max value from RGB is 191 - color contains mainly: blue. Hex color #1F84BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F84BF is #E07B40. Grayscale: #6C6C6C. Windows color (decimal): -14711617 or 12551199. OLE color: 12551199.

HSL color Cylindrical-coordinate representation of color #1F84BF: hue angle of 202.12º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F84BF is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB31132191-
CMYK0.840.3100.25
HSL202.12º72.07%43.53%-
HSV(B)202.12º83.77%74.9%-
XYZ18.2220.5652.3-
YUV108.53174.5472.7-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.76%
GREEN value IS 132 (51.95% from 255) = 37.29%
BLUE value IS 191 (75% from 255) = 53.95%
R=8.76%
G=37.29%
B=53.95%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal311321910.840.3100.25202.1272.0743.53
Hex1F84BF541F019ca482c
Octal372042771243703131211054
Binary111111000010010111111101010011111011001110010101001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F84BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,132,191); }

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

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

 a { background-color: rgb(31,132,191); }

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

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

 span { border-color: rgb(31,132,191); }

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