Html Css Color HEX #124DCD Denim

📋 copy color: '#124DCD'

red 18 ◦ green 77 ◦ blue 205

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

Shades of Denim #124DCD

Tints of Denim #124DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 68.33%

R = 6%
G = 25.67%
B = 68.33%

CMYK

 C value IS 0.91

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#124DCD (or 0x124DCD) is known color: Denim. HEX triplet: 12, 4D and CD. RGB value is (18,77,205). Sum of RGB (Red+Green+Blue) = 18+77+205=300 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 205 (80.47% from 255 or 68.33% from 300); Max value from RGB is 205 - color contains mainly: blue. Hex color #124DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124DCD is #EDB232. Grayscale: #494949. Windows color (decimal): -15577651 or 13454610. OLE color: 13454610.

HSL color Cylindrical-coordinate representation of color #124DCD: hue angle of 221.07º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #124DCD is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 77 205 -
CMYK 0.91 0.62 0 0.20
HSL 221.07º 0.84% 0.44% -
HSV(B) 221.07º 0.91% 0.8% -
XYZ 13.92 9.84 58.92 -
YUV 73.95 201.95 88.09 -
System Red Green Blue C M Y K H S L
Decimal 18 77 205 0.91 0.62 0 0.20 221.07 0.84 0.44
Hex 12 4D CD 5B 3E 0 14 DD 54 2C
Octal 22 115 315 133 76 0 24 335 124 54
Binary 10010 1001101 11001101 1011011 111110 0 10100 11011101 1010100 101100

Color Harmonies of #124DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124DCD

Black with #124DCD

Text Example


Text Example

White with #124DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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