Html Css Color HEX #124DDC Denim

📋 copy color: '#124DDC'

red 18 ◦ green 77 ◦ blue 220

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

Shades of Denim #124DDC

Tints of Denim #124DDC

RGB

 RED value IS 18 (7.42% from 255) = 5.71%

 GREEN value IS 77 (30.47% from 255) = 24.44%

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

R = 5.71%
G = 24.44%
B = 69.84%

CMYK

 C value IS 0.92

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#124DDC (or 0x124DDC) is known color: Denim. HEX triplet: 12, 4D and DC. RGB value is (18,77,220). Sum of RGB (Red+Green+Blue) = 18+77+220=315 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.71% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 220 (86.33% from 255 or 69.84% from 315); Max value from RGB is 220 - color contains mainly: blue. Hex color #124DDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124DDC is #EDB223. Grayscale: #4B4B4B. Windows color (decimal): -15577636 or 14437650. OLE color: 14437650.

HSL color Cylindrical-coordinate representation of color #124DDC: hue angle of 222.48º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #124DDC is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 77 220 -
CMYK 0.92 0.65 0 0.14
HSL 222.48º 0.85% 0.47% -
HSV(B) 222.48º 0.92% 0.86% -
XYZ 15.82 10.6 68.92 -
YUV 75.66 209.45 86.87 -
System Red Green Blue C M Y K H S L
Decimal 18 77 220 0.92 0.65 0 0.14 222.48 0.85 0.47
Hex 12 4D DC 5C 41 0 E DE 55 2F
Octal 22 115 334 134 101 0 16 336 125 57
Binary 10010 1001101 11011100 1011100 1000001 0 1110 11011110 1010101 101111

Color Harmonies of #124DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124DDC

Black with #124DDC

Text Example


Text Example

White with #124DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124DDC; }

 p { color: rgb(18,77,220); }

 H1.HeaderClassName
 {
   color: #124DDC;
 }
 .AnyTagClassName
 {
   color: #124DDC;
 }
</style>

background-color css

<style>
 a { background-color: #124DDC; }

 a { background-color: rgb(18,77,220); }

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

border-color css

<style>
 span { border-color: #124DDC; }

 span { border-color: rgb(18,77,220); }

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