Html Css Color HEX #124ED5 Denim

📋 copy color: '#124ED5'

red 18 ◦ green 78 ◦ blue 213

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

Shades of Denim #124ED5

Tints of Denim #124ED5

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.24%

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

R = 5.83%
G = 25.24%
B = 68.93%

CMYK

 C value IS 0.92

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#124ED5 (or 0x124ED5) is known color: Denim. HEX triplet: 12, 4E and D5. RGB value is (18,78,213). Sum of RGB (Red+Green+Blue) = 18+78+213=309 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.83% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 213 (83.59% from 255 or 68.93% from 309); Max value from RGB is 213 - color contains mainly: blue. Hex color #124ED5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124ED5 is #EDB12A. Grayscale: #4A4A4A. Windows color (decimal): -15577387 or 13979154. OLE color: 13979154.

HSL color Cylindrical-coordinate representation of color #124ED5: hue angle of 221.54º 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 #124ED5 is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 18 78 213 -
CMYK 0.92 0.63 0 0.16
HSL 221.54º 0.84% 0.45% -
HSV(B) 221.54º 0.92% 0.84% -
XYZ 14.98 10.38 64.16 -
YUV 75.45 205.62 87.02 -
System Red Green Blue C M Y K H S L
Decimal 18 78 213 0.92 0.63 0 0.16 221.54 0.84 0.45
Hex 12 4E D5 5C 3F 0 10 DE 54 2D
Octal 22 116 325 134 77 0 20 336 124 55
Binary 10010 1001110 11010101 1011100 111111 0 10000 11011110 1010100 101101

Color Harmonies of #124ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124ED5

Black with #124ED5

Text Example


Text Example

White with #124ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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