Html Css Color HEX #124FDA Denim

📋 copy color: '#124FDA'

red 18 ◦ green 79 ◦ blue 218

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

Shades of Denim #124FDA

Tints of Denim #124FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 69.21%

R = 5.71%
G = 25.08%
B = 69.21%

CMYK

 C value IS 0.92

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#124FDA (or 0x124FDA) is known color: Denim. HEX triplet: 12, 4F and DA. RGB value is (18,79,218). Sum of RGB (Red+Green+Blue) = 18+79+218=315 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.71% from 315); Green value is 79 (31.25% from 255 or 25.08% from 315); Blue value is 218 (85.55% from 255 or 69.21% from 315); Max value from RGB is 218 - color contains mainly: blue. Hex color #124FDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124FDA is #EDB025. Grayscale: #4B4B4B. Windows color (decimal): -15577126 or 14307090. OLE color: 14307090.

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

Color convert

RGB 18 79 218 -
CMYK 0.92 0.64 0 0.15
HSL 221.7º 0.85% 0.46% -
HSV(B) 221.7º 0.92% 0.85% -
XYZ 15.7 10.78 67.58 -
YUV 76.61 207.79 86.2 -
System Red Green Blue C M Y K H S L
Decimal 18 79 218 0.92 0.64 0 0.15 221.7 0.85 0.46
Hex 12 4F DA 5C 40 0 F DE 55 2E
Octal 22 117 332 134 100 0 17 336 125 56
Binary 10010 1001111 11011010 1011100 1000000 0 1111 11011110 1010101 101110

Color Harmonies of #124FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124FDA

Black with #124FDA

Text Example


Text Example

White with #124FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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