Html Css Color HEX #1F87BC Pelorous

📋 copy color: '#1F87BC'

red 31 ◦ green 135 ◦ blue 188

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

Shades of Pelorous #1F87BC

Tints of Pelorous #1F87BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.11%

R = 8.76%
G = 38.14%
B = 53.11%

CMYK

 C value IS 0.84

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1F87BC (or 0x1F87BC) is known color: Pelorous. HEX triplet: 1F, 87 and BC. RGB value is (31,135,188). Sum of RGB (Red+Green+Blue) = 31+135+188=354 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.76% from 354); Green value is 135 (53.12% from 255 or 38.14% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #1F87BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F87BC is #E07843. Grayscale: #6D6D6D. Windows color (decimal): -14710852 or 12355359. OLE color: 12355359.

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

Color convert

RGB 31 135 188 -
CMYK 0.84 0.28 0 0.26
HSL 200.25º 0.72% 0.43% -
HSV(B) 200.25º 0.84% 0.74% -
XYZ 18.31 21.25 50.71 -
YUV 109.95 172.04 71.69 -
System Red Green Blue C M Y K H S L
Decimal 31 135 188 0.84 0.28 0 0.26 200.25 0.72 0.43
Hex 1F 87 BC 54 1C 0 1A C8 48 2B
Octal 37 207 274 124 34 0 32 310 110 53
Binary 11111 10000111 10111100 1010100 11100 0 11010 11001000 1001000 101011

Color Harmonies of #1F87BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F87BC

Black with #1F87BC

Text Example


Text Example

White with #1F87BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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