Html Css Color HEX #1A5DDE Denim

📋 copy color: '#1A5DDE'

red 26 ◦ green 93 ◦ blue 222

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

Shades of Denim #1A5DDE

Tints of Denim #1A5DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 65.1%

R = 7.62%
G = 27.27%
B = 65.1%

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

#1A5DDE (or 0x1A5DDE) is known color: Denim. HEX triplet: 1A, 5D and DE. RGB value is (26,93,222). Sum of RGB (Red+Green+Blue) = 26+93+222=341 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.62% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 222 (87.11% from 255 or 65.10% from 341); Max value from RGB is 222 - color contains mainly: blue. Hex color #1A5DDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A5DDE is #E5A221. Grayscale: #575757. Windows color (decimal): -15049250 or 14572826. OLE color: 14572826.

HSL color Cylindrical-coordinate representation of color #1A5DDE: hue angle of 219.49º 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 #1A5DDE is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 26 93 222 -
CMYK 0.88 0.58 0 0.13
HSL 219.49º 0.79% 0.49% -
HSV(B) 219.49º 0.88% 0.87% -
XYZ 17.53 13.32 70.76 -
YUV 87.67 203.8 84.01 -
System Red Green Blue C M Y K H S L
Decimal 26 93 222 0.88 0.58 0 0.13 219.49 0.79 0.49
Hex 1A 5D DE 58 3A 0 D DB 4F 31
Octal 32 135 336 130 72 0 15 333 117 61
Binary 11010 1011101 11011110 1011000 111010 0 1101 11011011 1001111 110001

Color Harmonies of #1A5DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A5DDE

Black with #1A5DDE

Text Example


Text Example

White with #1A5DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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