Html Css Color HEX #124DCF Denim

📋 copy color: '#124DCF'

red 18 ◦ green 77 ◦ blue 207

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

Shades of Denim #124DCF

Tints of Denim #124DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 68.54%

R = 5.96%
G = 25.5%
B = 68.54%

CMYK

 C value IS 0.91

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#124DCF (or 0x124DCF) is known color: Denim. HEX triplet: 12, 4D and CF. RGB value is (18,77,207). Sum of RGB (Red+Green+Blue) = 18+77+207=302 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.96% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 207 (81.25% from 255 or 68.54% from 302); Max value from RGB is 207 - color contains mainly: blue. Hex color #124DCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124DCF is #EDB230. Grayscale: #494949. Windows color (decimal): -15577649 or 13585682. OLE color: 13585682.

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

Color convert

RGB 18 77 207 -
CMYK 0.91 0.63 0 0.19
HSL 221.27º 0.84% 0.44% -
HSV(B) 221.27º 0.91% 0.81% -
XYZ 14.17 9.94 60.2 -
YUV 74.18 202.95 87.93 -
System Red Green Blue C M Y K H S L
Decimal 18 77 207 0.91 0.63 0 0.19 221.27 0.84 0.44
Hex 12 4D CF 5B 3F 0 13 DD 54 2C
Octal 22 115 317 133 77 0 23 335 124 54
Binary 10010 1001101 11001111 1011011 111111 0 10011 11011101 1010100 101100

Color Harmonies of #124DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124DCF

Black with #124DCF

Text Example


Text Example

White with #124DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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