Html Css Color HEX #124CD0 Denim

📋 copy color: '#124CD0'

red 18 ◦ green 76 ◦ blue 208

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

Shades of Denim #124CD0

Tints of Denim #124CD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 68.87%

R = 5.96%
G = 25.17%
B = 68.87%

CMYK

 C value IS 0.91

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#124CD0 (or 0x124CD0) is known color: Denim. HEX triplet: 12, 4C and D0. RGB value is (18,76,208). Sum of RGB (Red+Green+Blue) = 18+76+208=302 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.96% from 302); Green value is 76 (30.08% from 255 or 25.17% from 302); Blue value is 208 (81.64% from 255 or 68.87% from 302); Max value from RGB is 208 - color contains mainly: blue. Hex color #124CD0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124CD0 is #EDB32F. Grayscale: #494949. Windows color (decimal): -15577904 or 13650962. OLE color: 13650962.

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

Color convert

RGB 18 76 208 -
CMYK 0.91 0.63 0 0.18
HSL 221.68º 0.84% 0.44% -
HSV(B) 221.68º 0.91% 0.82% -
XYZ 14.22 9.85 60.83 -
YUV 73.71 203.78 88.27 -
System Red Green Blue C M Y K H S L
Decimal 18 76 208 0.91 0.63 0 0.18 221.68 0.84 0.44
Hex 12 4C D0 5B 3F 0 12 DE 54 2C
Octal 22 114 320 133 77 0 22 336 124 54
Binary 10010 1001100 11010000 1011011 111111 0 10010 11011110 1010100 101100

Color Harmonies of #124CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124CD0

Black with #124CD0

Text Example


Text Example

White with #124CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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