Html Css Color HEX #124DD2 Denim

📋 copy color: '#124DD2'

red 18 ◦ green 77 ◦ blue 210

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

Shades of Denim #124DD2

Tints of Denim #124DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 68.85%

R = 5.9%
G = 25.25%
B = 68.85%

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

#124DD2 (or 0x124DD2) is known color: Denim. HEX triplet: 12, 4D and D2. RGB value is (18,77,210). Sum of RGB (Red+Green+Blue) = 18+77+210=305 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.90% from 305); Green value is 77 (30.47% from 255 or 25.25% from 305); Blue value is 210 (82.42% from 255 or 68.85% from 305); Max value from RGB is 210 - color contains mainly: blue. Hex color #124DD2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124DD2 is #EDB22D. Grayscale: #494949. Windows color (decimal): -15577646 or 13782290. OLE color: 13782290.

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

Color convert

RGB 18 77 210 -
CMYK 0.91 0.63 0 0.18
HSL 221.56º 0.84% 0.45% -
HSV(B) 221.56º 0.91% 0.82% -
XYZ 14.54 10.09 62.15 -
YUV 74.52 204.45 87.69 -
System Red Green Blue C M Y K H S L
Decimal 18 77 210 0.91 0.63 0 0.18 221.56 0.84 0.45
Hex 12 4D D2 5B 3F 0 12 DE 54 2D
Octal 22 115 322 133 77 0 22 336 124 55
Binary 10010 1001101 11010010 1011011 111111 0 10010 11011110 1010100 101101

Color Harmonies of #124DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124DD2

Black with #124DD2

Text Example


Text Example

White with #124DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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