Html Css Color HEX #1988BF Pelorous

📋 copy color: '#1988BF'

red 25 ◦ green 136 ◦ blue 191

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

Shades of Pelorous #1988BF

Tints of Pelorous #1988BF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.64%

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

R = 7.1%
G = 38.64%
B = 54.26%

CMYK

 C value IS 0.87

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1988BF (or 0x1988BF) is known color: Pelorous. HEX triplet: 19, 88 and BF. RGB value is (25,136,191). Sum of RGB (Red+Green+Blue) = 25+136+191=352 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.10% from 352); Green value is 136 (53.52% from 255 or 38.64% from 352); Blue value is 191 (75% from 255 or 54.26% from 352); Max value from RGB is 191 - color contains mainly: blue. Hex color #1988BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1988BF is #E67740. Grayscale: #6C6C6C. Windows color (decimal): -15103809 or 12552217. OLE color: 12552217.

HSL color Cylindrical-coordinate representation of color #1988BF: hue angle of 199.88º 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 #1988BF is Cyan = 0.87, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 25 136 191 -
CMYK 0.87 0.29 0 0.25
HSL 199.88º 0.77% 0.42% -
HSV(B) 199.88º 0.87% 0.75% -
XYZ 18.61 21.58 52.47 -
YUV 109.08 174.23 68.03 -
System Red Green Blue C M Y K H S L
Decimal 25 136 191 0.87 0.29 0 0.25 199.88 0.77 0.42
Hex 19 88 BF 57 1D 0 19 C8 4D 2A
Octal 31 210 277 127 35 0 31 310 115 52
Binary 11001 10001000 10111111 1010111 11101 0 11001 11001000 1001101 101010

Color Harmonies of #1988BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1988BF

Black with #1988BF

Text Example


Text Example

White with #1988BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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