Html Css Color HEX #1958DB Denim

📋 copy color: '#1958DB'

red 25 ◦ green 88 ◦ blue 219

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

Shades of Denim #1958DB

Tints of Denim #1958DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 65.96%

R = 7.53%
G = 26.51%
B = 65.96%

CMYK

 C value IS 0.89

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1958DB (or 0x1958DB) is known color: Denim. HEX triplet: 19, 58 and DB. RGB value is (25,88,219). Sum of RGB (Red+Green+Blue) = 25+88+219=332 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.53% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 219 (85.94% from 255 or 65.96% from 332); Max value from RGB is 219 - color contains mainly: blue. Hex color #1958DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1958DB is #E6A724. Grayscale: #535353. Windows color (decimal): -15116069 or 14374937. OLE color: 14374937.

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

Color convert

RGB 25 88 219 -
CMYK 0.89 0.60 0 0.14
HSL 220.52º 0.8% 0.48% -
HSV(B) 220.52º 0.89% 0.86% -
XYZ 16.68 12.3 68.51 -
YUV 84.1 204.13 85.85 -
System Red Green Blue C M Y K H S L
Decimal 25 88 219 0.89 0.60 0 0.14 220.52 0.8 0.48
Hex 19 58 DB 59 3C 0 E DD 50 30
Octal 31 130 333 131 74 0 16 335 120 60
Binary 11001 1011000 11011011 1011001 111100 0 1110 11011101 1010000 110000

Color Harmonies of #1958DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1958DB

Black with #1958DB

Text Example


Text Example

White with #1958DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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