Html Css Color HEX #124CD5 Denim

📋 copy color: '#124CD5'

red 18 ◦ green 76 ◦ blue 213

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

Shades of Denim #124CD5

Tints of Denim #124CD5

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.76%

 BLUE value IS 213 (83.59% from 255) = 69.38%

R = 5.86%
G = 24.76%
B = 69.38%

CMYK

 C value IS 0.92

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#124CD5 (or 0x124CD5) is known color: Denim. HEX triplet: 12, 4C and D5. RGB value is (18,76,213). Sum of RGB (Red+Green+Blue) = 18+76+213=307 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.86% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 213 (83.59% from 255 or 69.38% from 307); Max value from RGB is 213 - color contains mainly: blue. Hex color #124CD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124CD5 is #EDB32A. Grayscale: #494949. Windows color (decimal): -15577899 or 13978642. OLE color: 13978642.

HSL color Cylindrical-coordinate representation of color #124CD5: hue angle of 222.15º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #124CD5 is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 18 76 213 -
CMYK 0.92 0.64 0 0.16
HSL 222.15º 0.84% 0.45% -
HSV(B) 222.15º 0.92% 0.84% -
XYZ 14.84 10.1 64.12 -
YUV 74.28 206.28 87.86 -
System Red Green Blue C M Y K H S L
Decimal 18 76 213 0.92 0.64 0 0.16 222.15 0.84 0.45
Hex 12 4C D5 5C 40 0 10 DE 54 2D
Octal 22 114 325 134 100 0 20 336 124 55
Binary 10010 1001100 11010101 1011100 1000000 0 10000 11011110 1010100 101101

Color Harmonies of #124CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124CD5

Black with #124CD5

Text Example


Text Example

White with #124CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,76,213); }

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

background-color css

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

 a { background-color: rgb(18,76,213); }

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

border-color css

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

 span { border-color: rgb(18,76,213); }

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