Html Css Color HEX #1F87BD Pelorous

📋 copy color: '#1F87BD'

red 31 ◦ green 135 ◦ blue 189

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

Shades of Pelorous #1F87BD

Tints of Pelorous #1F87BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 53.24%

R = 8.73%
G = 38.03%
B = 53.24%

CMYK

 C value IS 0.84

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1F87BD (or 0x1F87BD) is known color: Pelorous. HEX triplet: 1F, 87 and BD. RGB value is (31,135,189). Sum of RGB (Red+Green+Blue) = 31+135+189=355 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.73% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 189 (74.22% from 255 or 53.24% from 355); Max value from RGB is 189 - color contains mainly: blue. Hex color #1F87BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F87BD is #E07842. Grayscale: #6D6D6D. Windows color (decimal): -14710851 or 12420895. OLE color: 12420895.

HSL color Cylindrical-coordinate representation of color #1F87BD: hue angle of 200.51º 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 #1F87BD is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 31 135 189 -
CMYK 0.84 0.29 0 0.26
HSL 200.51º 0.72% 0.43% -
HSV(B) 200.51º 0.84% 0.74% -
XYZ 18.41 21.29 51.28 -
YUV 110.06 172.54 71.61 -
System Red Green Blue C M Y K H S L
Decimal 31 135 189 0.84 0.29 0 0.26 200.51 0.72 0.43
Hex 1F 87 BD 54 1D 0 1A C9 48 2B
Octal 37 207 275 124 35 0 32 311 110 53
Binary 11111 10000111 10111101 1010100 11101 0 11010 11001001 1001000 101011

Color Harmonies of #1F87BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F87BD

Black with #1F87BD

Text Example


Text Example

White with #1F87BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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