Html Css Color HEX #1986CB Pelorous

📋 copy color: '#1986CB'

red 25 ◦ green 134 ◦ blue 203

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

Shades of Pelorous #1986CB

Tints of Pelorous #1986CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 56.08%

R = 6.91%
G = 37.02%
B = 56.08%

CMYK

 C value IS 0.88

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1986CB (or 0x1986CB) is known color: Pelorous. HEX triplet: 19, 86 and CB. RGB value is (25,134,203). Sum of RGB (Red+Green+Blue) = 25+134+203=362 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.91% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 203 (79.69% from 255 or 56.08% from 362); Max value from RGB is 203 - color contains mainly: blue. Hex color #1986CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1986CB is #E67934. Grayscale: #6C6C6C. Windows color (decimal): -15104309 or 13338137. OLE color: 13338137.

HSL color Cylindrical-coordinate representation of color #1986CB: hue angle of 203.26º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1986CB is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 25 134 203 -
CMYK 0.88 0.34 0 0.20
HSL 203.26º 0.78% 0.45% -
HSV(B) 203.26º 0.88% 0.8% -
XYZ 19.71 21.57 59.62 -
YUV 109.28 180.89 67.89 -
System Red Green Blue C M Y K H S L
Decimal 25 134 203 0.88 0.34 0 0.20 203.26 0.78 0.45
Hex 19 86 CB 58 22 0 14 CB 4E 2D
Octal 31 206 313 130 42 0 24 313 116 55
Binary 11001 10000110 11001011 1011000 100010 0 10100 11001011 1001110 101101

Color Harmonies of #1986CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1986CB

Black with #1986CB

Text Example


Text Example

White with #1986CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1986CB; }

 p { color: rgb(25,134,203); }

 H1.HeaderClassName
 {
   color: #1986CB;
 }
 .AnyTagClassName
 {
   color: #1986CB;
 }
</style>

background-color css

<style>
 a { background-color: #1986CB; }

 a { background-color: rgb(25,134,203); }

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

border-color css

<style>
 span { border-color: #1986CB; }

 span { border-color: rgb(25,134,203); }

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