Html Css Color HEX #1982BB Pelorous

📋 copy color: '#1982BB'

red 25 ◦ green 130 ◦ blue 187

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

Shades of Pelorous #1982BB

Tints of Pelorous #1982BB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.01%

 BLUE value IS 187 (73.44% from 255) = 54.68%

R = 7.31%
G = 38.01%
B = 54.68%

CMYK

 C value IS 0.87

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1982BB (or 0x1982BB) is known color: Pelorous. HEX triplet: 19, 82 and BB. RGB value is (25,130,187). Sum of RGB (Red+Green+Blue) = 25+130+187=342 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.31% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 187 (73.44% from 255 or 54.68% from 342); Max value from RGB is 187 - color contains mainly: blue. Hex color #1982BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1982BB is #E67D44. Grayscale: #686868. Windows color (decimal): -15105349 or 12288537. OLE color: 12288537.

HSL color Cylindrical-coordinate representation of color #1982BB: hue angle of 201.11º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1982BB is Cyan = 0.87, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 25 130 187 -
CMYK 0.87 0.30 0 0.27
HSL 201.11º 0.76% 0.42% -
HSV(B) 201.11º 0.87% 0.73% -
XYZ 17.35 19.76 49.91 -
YUV 105.1 174.21 70.87 -
System Red Green Blue C M Y K H S L
Decimal 25 130 187 0.87 0.30 0 0.27 201.11 0.76 0.42
Hex 19 82 BB 57 1E 0 1B C9 4C 2A
Octal 31 202 273 127 36 0 33 311 114 52
Binary 11001 10000010 10111011 1010111 11110 0 11011 11001001 1001100 101010

Color Harmonies of #1982BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1982BB

Black with #1982BB

Text Example


Text Example

White with #1982BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1982BB; }

 p { color: rgb(25,130,187); }

 H1.HeaderClassName
 {
   color: #1982BB;
 }
 .AnyTagClassName
 {
   color: #1982BB;
 }
</style>

background-color css

<style>
 a { background-color: #1982BB; }

 a { background-color: rgb(25,130,187); }

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

border-color css

<style>
 span { border-color: #1982BB; }

 span { border-color: rgb(25,130,187); }

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