Html Css Color HEX #185EDC Denim

📋 copy color: '#185EDC'

red 24 ◦ green 94 ◦ blue 220

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

Shades of Denim #185EDC

Tints of Denim #185EDC

RGB

 RED value IS 24 (9.77% from 255) = 7.1%

 GREEN value IS 94 (37.11% from 255) = 27.81%

 BLUE value IS 220 (86.33% from 255) = 65.09%

R = 7.1%
G = 27.81%
B = 65.09%

CMYK

 C value IS 0.89

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#185EDC (or 0x185EDC) is known color: Denim. HEX triplet: 18, 5E and DC. RGB value is (24,94,220). Sum of RGB (Red+Green+Blue) = 24+94+220=338 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.10% from 338); Green value is 94 (37.11% from 255 or 27.81% from 338); Blue value is 220 (86.33% from 255 or 65.09% from 338); Max value from RGB is 220 - color contains mainly: blue. Hex color #185EDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185EDC is #E7A123. Grayscale: #565656. Windows color (decimal): -15180068 or 14442008. OLE color: 14442008.

HSL color Cylindrical-coordinate representation of color #185EDC: hue angle of 218.57º 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 #185EDC is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 24 94 220 -
CMYK 0.89 0.57 0 0.14
HSL 218.57º 0.8% 0.48% -
HSV(B) 218.57º 0.89% 0.86% -
XYZ 17.3 13.37 69.38 -
YUV 87.43 202.81 82.75 -
System Red Green Blue C M Y K H S L
Decimal 24 94 220 0.89 0.57 0 0.14 218.57 0.8 0.48
Hex 18 5E DC 59 39 0 E DB 50 30
Octal 30 136 334 131 71 0 16 333 120 60
Binary 11000 1011110 11011100 1011001 111001 0 1110 11011011 1010000 110000

Color Harmonies of #185EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185EDC

Black with #185EDC

Text Example


Text Example

White with #185EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185EDC; }

 p { color: rgb(24,94,220); }

 H1.HeaderClassName
 {
   color: #185EDC;
 }
 .AnyTagClassName
 {
   color: #185EDC;
 }
</style>

background-color css

<style>
 a { background-color: #185EDC; }

 a { background-color: rgb(24,94,220); }

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

border-color css

<style>
 span { border-color: #185EDC; }

 span { border-color: rgb(24,94,220); }

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