Html Css Color HEX #1957CA Denim

📋 copy color: '#1957CA'

red 25 ◦ green 87 ◦ blue 202

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

Shades of Denim #1957CA

Tints of Denim #1957CA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.71%

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

R = 7.96%
G = 27.71%
B = 64.33%

CMYK

 C value IS 0.88

 M value IS 0.57

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1957CA (or 0x1957CA) is known color: Denim. HEX triplet: 19, 57 and CA. RGB value is (25,87,202). Sum of RGB (Red+Green+Blue) = 25+87+202=314 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.96% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 202 (79.30% from 255 or 64.33% from 314); Max value from RGB is 202 - color contains mainly: blue. Hex color #1957CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1957CA is #E6A835. Grayscale: #515151. Windows color (decimal): -15116342 or 13260569. OLE color: 13260569.

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

Color convert

RGB 25 87 202 -
CMYK 0.88 0.57 0 0.21
HSL 218.98º 0.78% 0.45% -
HSV(B) 218.98º 0.88% 0.79% -
XYZ 14.47 11.29 57.29 -
YUV 81.57 195.96 87.65 -
System Red Green Blue C M Y K H S L
Decimal 25 87 202 0.88 0.57 0 0.21 218.98 0.78 0.45
Hex 19 57 CA 58 39 0 15 DB 4E 2D
Octal 31 127 312 130 71 0 25 333 116 55
Binary 11001 1010111 11001010 1011000 111001 0 10101 11011011 1001110 101101

Color Harmonies of #1957CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1957CA

Black with #1957CA

Text Example


Text Example

White with #1957CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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