Html Css Color HEX #1985BD Pelorous

📋 copy color: '#1985BD'

red 25 ◦ green 133 ◦ blue 189

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

Shades of Pelorous #1985BD

Tints of Pelorous #1985BD

RGB

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

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

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

R = 7.2%
G = 38.33%
B = 54.47%

CMYK

 C value IS 0.87

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1985BD (or 0x1985BD) is known color: Pelorous. HEX triplet: 19, 85 and BD. RGB value is (25,133,189). Sum of RGB (Red+Green+Blue) = 25+133+189=347 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.20% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 189 (74.22% from 255 or 54.47% from 347); Max value from RGB is 189 - color contains mainly: blue. Hex color #1985BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1985BD is #E67A42. Grayscale: #6A6A6A. Windows color (decimal): -15104579 or 12420377. OLE color: 12420377.

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

Color convert

RGB 25 133 189 -
CMYK 0.87 0.30 0 0.26
HSL 200.49º 0.77% 0.42% -
HSV(B) 200.49º 0.87% 0.74% -
XYZ 17.97 20.66 51.18 -
YUV 107.09 174.22 69.45 -
System Red Green Blue C M Y K H S L
Decimal 25 133 189 0.87 0.30 0 0.26 200.49 0.77 0.42
Hex 19 85 BD 57 1E 0 1A C8 4D 2A
Octal 31 205 275 127 36 0 32 310 115 52
Binary 11001 10000101 10111101 1010111 11110 0 11010 11001000 1001101 101010

Color Harmonies of #1985BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1985BD

Black with #1985BD

Text Example


Text Example

White with #1985BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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