Html Css Color HEX #1988CA Pelorous

📋 copy color: '#1988CA'

red 25 ◦ green 136 ◦ blue 202

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

Shades of Pelorous #1988CA

Tints of Pelorous #1988CA

RGB

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

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

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

R = 6.89%
G = 37.47%
B = 55.65%

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

#1988CA (or 0x1988CA) is known color: Pelorous. HEX triplet: 19, 88 and CA. RGB value is (25,136,202). Sum of RGB (Red+Green+Blue) = 25+136+202=363 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.89% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 202 (79.30% from 255 or 55.65% from 363); Max value from RGB is 202 - color contains mainly: blue. Hex color #1988CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1988CA is #E67735. Grayscale: #6D6D6D. Windows color (decimal): -15103798 or 13273113. OLE color: 13273113.

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

Color convert

RGB 25 136 202 -
CMYK 0.88 0.33 0 0.21
HSL 202.37º 0.78% 0.45% -
HSV(B) 202.37º 0.88% 0.79% -
XYZ 19.87 22.08 59.09 -
YUV 110.34 179.73 67.13 -
System Red Green Blue C M Y K H S L
Decimal 25 136 202 0.88 0.33 0 0.21 202.37 0.78 0.45
Hex 19 88 CA 58 21 0 15 CA 4E 2D
Octal 31 210 312 130 41 0 25 312 116 55
Binary 11001 10001000 11001010 1011000 100001 0 10101 11001010 1001110 101101

Color Harmonies of #1988CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1988CA

Black with #1988CA

Text Example


Text Example

White with #1988CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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