Html Css Color HEX #1986CA Pelorous

📋 copy color: '#1986CA'

red 25 ◦ green 134 ◦ blue 202

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

Shades of Pelorous #1986CA

Tints of Pelorous #1986CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 55.96%

R = 6.93%
G = 37.12%
B = 55.96%

CMYK

 C value IS 0.88

 M value IS 0.34

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1986CA (or 0x1986CA) is known color: Pelorous. HEX triplet: 19, 86 and CA. RGB value is (25,134,202). Sum of RGB (Red+Green+Blue) = 25+134+202=361 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.93% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 202 (79.30% from 255 or 55.96% from 361); Max value from RGB is 202 - color contains mainly: blue. Hex color #1986CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1986CA is #E67935. Grayscale: #6C6C6C. Windows color (decimal): -15104310 or 13272601. OLE color: 13272601.

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

Color convert

RGB 25 134 202 -
CMYK 0.88 0.34 0 0.21
HSL 203.05º 0.78% 0.45% -
HSV(B) 203.05º 0.88% 0.79% -
XYZ 19.59 21.52 59 -
YUV 109.16 180.39 67.97 -
System Red Green Blue C M Y K H S L
Decimal 25 134 202 0.88 0.34 0 0.21 203.05 0.78 0.45
Hex 19 86 CA 58 22 0 15 CB 4E 2D
Octal 31 206 312 130 42 0 25 313 116 55
Binary 11001 10000110 11001010 1011000 100010 0 10101 11001011 1001110 101101

Color Harmonies of #1986CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1986CA

Black with #1986CA

Text Example


Text Example

White with #1986CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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