Html Css Color HEX #124FCD Denim

📋 copy color: '#124FCD'

red 18 ◦ green 79 ◦ blue 205

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

Shades of Denim #124FCD

Tints of Denim #124FCD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.16%

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

R = 5.96%
G = 26.16%
B = 67.88%

CMYK

 C value IS 0.91

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#124FCD (or 0x124FCD) is known color: Denim. HEX triplet: 12, 4F and CD. RGB value is (18,79,205). Sum of RGB (Red+Green+Blue) = 18+79+205=302 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.96% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 205 (80.47% from 255 or 67.88% from 302); Max value from RGB is 205 - color contains mainly: blue. Hex color #124FCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124FCD is #EDB032. Grayscale: #4A4A4A. Windows color (decimal): -15577139 or 13455122. OLE color: 13455122.

HSL color Cylindrical-coordinate representation of color #124FCD: hue angle of 220.43º 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 #124FCD is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 79 205 -
CMYK 0.91 0.61 0 0.20
HSL 220.43º 0.84% 0.44% -
HSV(B) 220.43º 0.91% 0.8% -
XYZ 14.06 10.13 58.97 -
YUV 75.13 201.29 87.25 -
System Red Green Blue C M Y K H S L
Decimal 18 79 205 0.91 0.61 0 0.20 220.43 0.84 0.44
Hex 12 4F CD 5B 3D 0 14 DC 54 2C
Octal 22 117 315 133 75 0 24 334 124 54
Binary 10010 1001111 11001101 1011011 111101 0 10100 11011100 1010100 101100

Color Harmonies of #124FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124FCD

Black with #124FCD

Text Example


Text Example

White with #124FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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