Html Css Color HEX #240AC1 Medium Blue

📋 copy color: '#240AC1'

red 36 ◦ green 10 ◦ blue 193

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

Shades of Medium Blue #240AC1

Tints of Medium Blue #240AC1

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.18%

 BLUE value IS 193 (75.78% from 255) = 80.75%

R = 15.06%
G = 4.18%
B = 80.75%

CMYK

 C value IS 0.81

 M value IS 0.95

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#240AC1 (or 0x240AC1) is known color: Medium Blue. HEX triplet: 24, 0A and C1. RGB value is (36,10,193). Sum of RGB (Red+Green+Blue) = 36+10+193=239 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.06% from 239); Green value is 10 (4.30% from 255 or 4.18% from 239); Blue value is 193 (75.78% from 255 or 80.75% from 239); Max value from RGB is 193 - color contains mainly: blue. Hex color #240AC1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240AC1 is #DBF53E. Grayscale: #252525. Windows color (decimal): -14415167 or 12651044. OLE color: 12651044.

HSL color Cylindrical-coordinate representation of color #240AC1: hue angle of 248.52º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #240AC1 is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 36 10 193 -
CMYK 0.81 0.95 0 0.24
HSL 248.52º 0.9% 0.4% -
HSV(B) 248.52º 0.95% 0.76% -
XYZ 10.46 4.44 50.76 -
YUV 38.64 215.11 126.12 -
System Red Green Blue C M Y K H S L
Decimal 36 10 193 0.81 0.95 0 0.24 248.52 0.9 0.4
Hex 24 A C1 51 5F 0 18 F9 5A 28
Octal 44 12 301 121 137 0 30 371 132 50
Binary 100100 1010 11000001 1010001 1011111 0 11000 11111001 1011010 101000

Color Harmonies of #240AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240AC1

Black with #240AC1

Text Example


Text Example

White with #240AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,10,193); }

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

background-color css

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

 a { background-color: rgb(36,10,193); }

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

border-color css

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

 span { border-color: rgb(36,10,193); }

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