Html Css Color HEX #1987CA Pelorous

📋 copy color: '#1987CA'

red 25 ◦ green 135 ◦ blue 202

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

Shades of Pelorous #1987CA

Tints of Pelorous #1987CA

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.29%

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

R = 6.91%
G = 37.29%
B = 55.8%

CMYK

 C value IS 0.88

 M value IS 0.33

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1987CA (or 0x1987CA) is known color: Pelorous. HEX triplet: 19, 87 and CA. RGB value is (25,135,202). Sum of RGB (Red+Green+Blue) = 25+135+202=362 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.91% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 202 (79.30% from 255 or 55.80% from 362); Max value from RGB is 202 - color contains mainly: blue. Hex color #1987CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1987CA is #E67835. Grayscale: #6D6D6D. Windows color (decimal): -15104054 or 13272857. OLE color: 13272857.

HSL color Cylindrical-coordinate representation of color #1987CA: hue angle of 202.71º 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 #1987CA is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 25 135 202 -
CMYK 0.88 0.33 0 0.21
HSL 202.71º 0.78% 0.45% -
HSV(B) 202.71º 0.88% 0.79% -
XYZ 19.73 21.8 59.05 -
YUV 109.75 180.06 67.55 -
System Red Green Blue C M Y K H S L
Decimal 25 135 202 0.88 0.33 0 0.21 202.71 0.78 0.45
Hex 19 87 CA 58 21 0 15 CB 4E 2D
Octal 31 207 312 130 41 0 25 313 116 55
Binary 11001 10000111 11001010 1011000 100001 0 10101 11001011 1001110 101101

Color Harmonies of #1987CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1987CA

Black with #1987CA

Text Example


Text Example

White with #1987CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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