Html Css Color HEX #240CC6 Medium Blue

📋 copy color: '#240CC6'

red 36 ◦ green 12 ◦ blue 198

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

Shades of Medium Blue #240CC6

Tints of Medium Blue #240CC6

RGB

 RED value IS 36 (14.45% from 255) = 14.63%

 GREEN value IS 12 (5.08% from 255) = 4.88%

 BLUE value IS 198 (77.73% from 255) = 80.49%

R = 14.63%
G = 4.88%
B = 80.49%

CMYK

 C value IS 0.82

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#240CC6 (or 0x240CC6) is known color: Medium Blue. HEX triplet: 24, 0C and C6. RGB value is (36,12,198). Sum of RGB (Red+Green+Blue) = 36+12+198=246 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.63% from 246); Green value is 12 (5.08% from 255 or 4.88% from 246); Blue value is 198 (77.73% from 255 or 80.49% from 246); Max value from RGB is 198 - color contains mainly: blue. Hex color #240CC6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240CC6 is #DBF339. Grayscale: #272727. Windows color (decimal): -14414650 or 12979236. OLE color: 12979236.

HSL color Cylindrical-coordinate representation of color #240CC6: hue angle of 247.74º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240CC6 is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 36 12 198 -
CMYK 0.82 0.94 0 0.22
HSL 247.74º 0.89% 0.41% -
HSV(B) 247.74º 0.94% 0.78% -
XYZ 11.05 4.72 53.75 -
YUV 40.38 216.95 124.88 -
System Red Green Blue C M Y K H S L
Decimal 36 12 198 0.82 0.94 0 0.22 247.74 0.89 0.41
Hex 24 C C6 52 5E 0 16 F8 59 29
Octal 44 14 306 122 136 0 26 370 131 51
Binary 100100 1100 11000110 1010010 1011110 0 10110 11111000 1011001 101001

Color Harmonies of #240CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240CC6

Black with #240CC6

Text Example


Text Example

White with #240CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240CC6; }

 p { color: rgb(36,12,198); }

 H1.HeaderClassName
 {
   color: #240CC6;
 }
 .AnyTagClassName
 {
   color: #240CC6;
 }
</style>

background-color css

<style>
 a { background-color: #240CC6; }

 a { background-color: rgb(36,12,198); }

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

border-color css

<style>
 span { border-color: #240CC6; }

 span { border-color: rgb(36,12,198); }

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