Html Css Color HEX #124FD7 Denim

📋 copy color: '#124FD7'

red 18 ◦ green 79 ◦ blue 215

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

Shades of Denim #124FD7

Tints of Denim #124FD7

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.32%

 BLUE value IS 215 (84.38% from 255) = 68.91%

R = 5.77%
G = 25.32%
B = 68.91%

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

#124FD7 (or 0x124FD7) is known color: Denim. HEX triplet: 12, 4F and D7. RGB value is (18,79,215). Sum of RGB (Red+Green+Blue) = 18+79+215=312 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.77% from 312); Green value is 79 (31.25% from 255 or 25.32% from 312); Blue value is 215 (84.38% from 255 or 68.91% from 312); Max value from RGB is 215 - color contains mainly: blue. Hex color #124FD7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124FD7 is #EDB028. Grayscale: #4B4B4B. Windows color (decimal): -15577129 or 14110482. OLE color: 14110482.

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

Color convert

RGB 18 79 215 -
CMYK 0.92 0.63 0 0.16
HSL 221.42º 0.85% 0.46% -
HSV(B) 221.42º 0.92% 0.84% -
XYZ 15.31 10.63 65.53 -
YUV 76.27 206.29 86.44 -
System Red Green Blue C M Y K H S L
Decimal 18 79 215 0.92 0.63 0 0.16 221.42 0.85 0.46
Hex 12 4F D7 5C 3F 0 10 DD 55 2E
Octal 22 117 327 134 77 0 20 335 125 56
Binary 10010 1001111 11010111 1011100 111111 0 10000 11011101 1010101 101110

Color Harmonies of #124FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124FD7

Black with #124FD7

Text Example


Text Example

White with #124FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,79,215); }

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

background-color css

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

 a { background-color: rgb(18,79,215); }

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

border-color css

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

 span { border-color: rgb(18,79,215); }

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