Html Css Color HEX #1958DD Denim

📋 copy color: '#1958DD'

red 25 ◦ green 88 ◦ blue 221

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

Shades of Denim #1958DD

Tints of Denim #1958DD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.35%

 BLUE value IS 221 (86.72% from 255) = 66.17%

R = 7.49%
G = 26.35%
B = 66.17%

CMYK

 C value IS 0.89

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1958DD (or 0x1958DD) is known color: Denim. HEX triplet: 19, 58 and DD. RGB value is (25,88,221). Sum of RGB (Red+Green+Blue) = 25+88+221=334 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.49% from 334); Green value is 88 (34.77% from 255 or 26.35% from 334); Blue value is 221 (86.72% from 255 or 66.17% from 334); Max value from RGB is 221 - color contains mainly: blue. Hex color #1958DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1958DD is #E6A722. Grayscale: #535353. Windows color (decimal): -15116067 or 14506009. OLE color: 14506009.

HSL color Cylindrical-coordinate representation of color #1958DD: hue angle of 220.71º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1958DD is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 25 88 221 -
CMYK 0.89 0.60 0 0.13
HSL 220.71º 0.8% 0.48% -
HSV(B) 220.71º 0.89% 0.87% -
XYZ 16.94 12.41 69.91 -
YUV 84.33 205.13 85.69 -
System Red Green Blue C M Y K H S L
Decimal 25 88 221 0.89 0.60 0 0.13 220.71 0.8 0.48
Hex 19 58 DD 59 3C 0 D DD 50 30
Octal 31 130 335 131 74 0 15 335 120 60
Binary 11001 1011000 11011101 1011001 111100 0 1101 11011101 1010000 110000

Color Harmonies of #1958DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1958DD

Black with #1958DD

Text Example


Text Example

White with #1958DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1958DD; }

 p { color: rgb(25,88,221); }

 H1.HeaderClassName
 {
   color: #1958DD;
 }
 .AnyTagClassName
 {
   color: #1958DD;
 }
</style>

background-color css

<style>
 a { background-color: #1958DD; }

 a { background-color: rgb(25,88,221); }

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

border-color css

<style>
 span { border-color: #1958DD; }

 span { border-color: rgb(25,88,221); }

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