Html Css Color HEX #1A5DDF Denim

📋 copy color: '#1A5DDF'

red 26 ◦ green 93 ◦ blue 223

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

Shades of Denim #1A5DDF

Tints of Denim #1A5DDF

RGB

 RED value IS 26 (10.55% from 255) = 7.6%

 GREEN value IS 93 (36.72% from 255) = 27.19%

 BLUE value IS 223 (87.5% from 255) = 65.2%

R = 7.6%
G = 27.19%
B = 65.2%

CMYK

 C value IS 0.88

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1A5DDF (or 0x1A5DDF) is known color: Denim. HEX triplet: 1A, 5D and DF. RGB value is (26,93,223). Sum of RGB (Red+Green+Blue) = 26+93+223=342 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.60% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 223 (87.5% from 255 or 65.20% from 342); Max value from RGB is 223 - color contains mainly: blue. Hex color #1A5DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A5DDF is #E5A220. Grayscale: #575757. Windows color (decimal): -15049249 or 14638362. OLE color: 14638362.

HSL color Cylindrical-coordinate representation of color #1A5DDF: hue angle of 219.59º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A5DDF is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 26 93 223 -
CMYK 0.88 0.58 0 0.13
HSL 219.59º 0.79% 0.49% -
HSV(B) 219.59º 0.88% 0.87% -
XYZ 17.66 13.38 71.46 -
YUV 87.79 204.3 83.93 -
System Red Green Blue C M Y K H S L
Decimal 26 93 223 0.88 0.58 0 0.13 219.59 0.79 0.49
Hex 1A 5D DF 58 3A 0 D DC 4F 31
Octal 32 135 337 130 72 0 15 334 117 61
Binary 11010 1011101 11011111 1011000 111010 0 1101 11011100 1001111 110001

Color Harmonies of #1A5DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A5DDF

Black with #1A5DDF

Text Example


Text Example

White with #1A5DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A5DDF; }

 p { color: rgb(26,93,223); }

 H1.HeaderClassName
 {
   color: #1A5DDF;
 }
 .AnyTagClassName
 {
   color: #1A5DDF;
 }
</style>

background-color css

<style>
 a { background-color: #1A5DDF; }

 a { background-color: rgb(26,93,223); }

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

border-color css

<style>
 span { border-color: #1A5DDF; }

 span { border-color: rgb(26,93,223); }

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