Html Css Color HEX #1985BF Pelorous

📋 copy color: '#1985BF'

red 25 ◦ green 133 ◦ blue 191

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

Shades of Pelorous #1985BF

Tints of Pelorous #1985BF

RGB

 RED value IS 25 (10.16% from 255) = 7.16%

 GREEN value IS 133 (52.34% from 255) = 38.11%

 BLUE value IS 191 (75% from 255) = 54.73%

R = 7.16%
G = 38.11%
B = 54.73%

CMYK

 C value IS 0.87

 M value IS 0.30

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1985BF (or 0x1985BF) is known color: Pelorous. HEX triplet: 19, 85 and BF. RGB value is (25,133,191). Sum of RGB (Red+Green+Blue) = 25+133+191=349 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.16% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 191 (75% from 255 or 54.73% from 349); Max value from RGB is 191 - color contains mainly: blue. Hex color #1985BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1985BF is #E67A40. Grayscale: #6A6A6A. Windows color (decimal): -15104577 or 12551449. OLE color: 12551449.

HSL color Cylindrical-coordinate representation of color #1985BF: hue angle of 200.96º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1985BF is Cyan = 0.87, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 25 133 191 -
CMYK 0.87 0.30 0 0.25
HSL 200.96º 0.77% 0.42% -
HSV(B) 200.96º 0.87% 0.75% -
XYZ 18.19 20.74 52.34 -
YUV 107.32 175.22 69.28 -
System Red Green Blue C M Y K H S L
Decimal 25 133 191 0.87 0.30 0 0.25 200.96 0.77 0.42
Hex 19 85 BF 57 1E 0 19 C9 4D 2A
Octal 31 205 277 127 36 0 31 311 115 52
Binary 11001 10000101 10111111 1010111 11110 0 11001 11001001 1001101 101010

Color Harmonies of #1985BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1985BF

Black with #1985BF

Text Example


Text Example

White with #1985BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1985BF; }

 p { color: rgb(25,133,191); }

 H1.HeaderClassName
 {
   color: #1985BF;
 }
 .AnyTagClassName
 {
   color: #1985BF;
 }
</style>

background-color css

<style>
 a { background-color: #1985BF; }

 a { background-color: rgb(25,133,191); }

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

border-color css

<style>
 span { border-color: #1985BF; }

 span { border-color: rgb(25,133,191); }

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