Html Css Color HEX #241AD6 Medium Blue

📋 copy color: '#241AD6'

red 36 ◦ green 26 ◦ blue 214

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

Shades of Medium Blue #241AD6

Tints of Medium Blue #241AD6

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.42%

 BLUE value IS 214 (83.98% from 255) = 77.54%

R = 13.04%
G = 9.42%
B = 77.54%

CMYK

 C value IS 0.83

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#241AD6 (or 0x241AD6) is known color: Medium Blue. HEX triplet: 24, 1A and D6. RGB value is (36,26,214). Sum of RGB (Red+Green+Blue) = 36+26+214=276 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.04% from 276); Green value is 26 (10.55% from 255 or 9.42% from 276); Blue value is 214 (83.98% from 255 or 77.54% from 276); Max value from RGB is 214 - color contains mainly: blue. Hex color #241AD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241AD6 is #DBE529. Grayscale: #313131. Windows color (decimal): -14411050 or 14031396. OLE color: 14031396.

HSL color Cylindrical-coordinate representation of color #241AD6: hue angle of 243.19º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #241AD6 is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 36 26 214 -
CMYK 0.83 0.88 0 0.16
HSL 243.19º 0.78% 0.47% -
HSV(B) 243.19º 0.88% 0.84% -
XYZ 13.23 5.97 64.07 -
YUV 50.42 220.31 117.71 -
System Red Green Blue C M Y K H S L
Decimal 36 26 214 0.83 0.88 0 0.16 243.19 0.78 0.47
Hex 24 1A D6 53 58 0 10 F3 4E 2F
Octal 44 32 326 123 130 0 20 363 116 57
Binary 100100 11010 11010110 1010011 1011000 0 10000 11110011 1001110 101111

Color Harmonies of #241AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241AD6

Black with #241AD6

Text Example


Text Example

White with #241AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241AD6; }

 p { color: rgb(36,26,214); }

 H1.HeaderClassName
 {
   color: #241AD6;
 }
 .AnyTagClassName
 {
   color: #241AD6;
 }
</style>

background-color css

<style>
 a { background-color: #241AD6; }

 a { background-color: rgb(36,26,214); }

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

border-color css

<style>
 span { border-color: #241AD6; }

 span { border-color: rgb(36,26,214); }

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