Html Css Color HEX #2401C1 Medium Blue

📋 copy color: '#2401C1'

red 36 ◦ green 1 ◦ blue 193

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

Shades of Medium Blue #2401C1

Tints of Medium Blue #2401C1

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 15.65%
G = 0.43%
B = 83.91%

CMYK

 C value IS 0.81

 M value IS 0.99

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#2401C1 (or 0x2401C1) is known color: Medium Blue. HEX triplet: 24, 01 and C1. RGB value is (36,1,193). Sum of RGB (Red+Green+Blue) = 36+1+193=230 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.65% from 230); Green value is 1 (0.78% from 255 or 0.43% from 230); Blue value is 193 (75.78% from 255 or 83.91% from 230); Max value from RGB is 193 - color contains mainly: blue. Hex color #2401C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2401C1 is #DBFE3E. Grayscale: #202020. Windows color (decimal): -14417471 or 12648740. OLE color: 12648740.

HSL color Cylindrical-coordinate representation of color #2401C1: hue angle of 250.94º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2401C1 is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 36 1 193 -
CMYK 0.81 0.99 0 0.24
HSL 250.94º 0.99% 0.38% -
HSV(B) 250.94º 0.99% 0.76% -
XYZ 10.36 4.25 50.73 -
YUV 33.35 218.1 129.89 -
System Red Green Blue C M Y K H S L
Decimal 36 1 193 0.81 0.99 0 0.24 250.94 0.99 0.38
Hex 24 1 C1 51 63 0 18 FB 63 26
Octal 44 1 301 121 143 0 30 373 143 46
Binary 100100 1 11000001 1010001 1100011 0 11000 11111011 1100011 100110

Color Harmonies of #2401C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2401C1

Black with #2401C1

Text Example


Text Example

White with #2401C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2401C1; }

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

 H1.HeaderClassName
 {
   color: #2401C1;
 }
 .AnyTagClassName
 {
   color: #2401C1;
 }
</style>

background-color css

<style>
 a { background-color: #2401C1; }

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

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

border-color css

<style>
 span { border-color: #2401C1; }

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

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