Html Css Color HEX #1F86BE Pelorous

📋 copy color: '#1F86BE'

red 31 ◦ green 134 ◦ blue 190

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

Shades of Pelorous #1F86BE

Tints of Pelorous #1F86BE

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.75%

 BLUE value IS 190 (74.61% from 255) = 53.52%

R = 8.73%
G = 37.75%
B = 53.52%

CMYK

 C value IS 0.84

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1F86BE (or 0x1F86BE) is known color: Pelorous. HEX triplet: 1F, 86 and BE. RGB value is (31,134,190). Sum of RGB (Red+Green+Blue) = 31+134+190=355 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.73% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #1F86BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F86BE is #E07941. Grayscale: #6D6D6D. Windows color (decimal): -14711106 or 12486175. OLE color: 12486175.

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

Color convert

RGB 31 134 190 -
CMYK 0.84 0.29 0 0.25
HSL 201.13º 0.72% 0.43% -
HSV(B) 201.13º 0.84% 0.75% -
XYZ 18.38 21.06 51.81 -
YUV 109.59 173.38 71.95 -
System Red Green Blue C M Y K H S L
Decimal 31 134 190 0.84 0.29 0 0.25 201.13 0.72 0.43
Hex 1F 86 BE 54 1D 0 19 C9 48 2B
Octal 37 206 276 124 35 0 31 311 110 53
Binary 11111 10000110 10111110 1010100 11101 0 11001 11001001 1001000 101011

Color Harmonies of #1F86BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F86BE

Black with #1F86BE

Text Example


Text Example

White with #1F86BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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