Html Css Color HEX #1955CF Denim

📋 copy color: '#1955CF'

red 25 ◦ green 85 ◦ blue 207

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

Shades of Denim #1955CF

Tints of Denim #1955CF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.81%

 BLUE value IS 207 (81.25% from 255) = 65.3%

R = 7.89%
G = 26.81%
B = 65.3%

CMYK

 C value IS 0.88

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1955CF (or 0x1955CF) is known color: Denim. HEX triplet: 19, 55 and CF. RGB value is (25,85,207). Sum of RGB (Red+Green+Blue) = 25+85+207=317 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.89% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 207 (81.25% from 255 or 65.30% from 317); Max value from RGB is 207 - color contains mainly: blue. Hex color #1955CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1955CF is #E6AA30. Grayscale: #505050. Windows color (decimal): -15116849 or 13587737. OLE color: 13587737.

HSL color Cylindrical-coordinate representation of color #1955CF: hue angle of 220.22º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1955CF is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 25 85 207 -
CMYK 0.88 0.59 0 0.19
HSL 220.22º 0.78% 0.45% -
HSV(B) 220.22º 0.88% 0.81% -
XYZ 14.91 11.21 60.41 -
YUV 80.97 199.12 88.08 -
System Red Green Blue C M Y K H S L
Decimal 25 85 207 0.88 0.59 0 0.19 220.22 0.78 0.45
Hex 19 55 CF 58 3B 0 13 DC 4E 2D
Octal 31 125 317 130 73 0 23 334 116 55
Binary 11001 1010101 11001111 1011000 111011 0 10011 11011100 1001110 101101

Color Harmonies of #1955CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1955CF

Black with #1955CF

Text Example


Text Example

White with #1955CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1955CF; }

 p { color: rgb(25,85,207); }

 H1.HeaderClassName
 {
   color: #1955CF;
 }
 .AnyTagClassName
 {
   color: #1955CF;
 }
</style>

background-color css

<style>
 a { background-color: #1955CF; }

 a { background-color: rgb(25,85,207); }

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

border-color css

<style>
 span { border-color: #1955CF; }

 span { border-color: rgb(25,85,207); }

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