Html Css Color HEX #241AD8 Medium Blue

📋 copy color: '#241AD8'

red 36 ◦ green 26 ◦ blue 216

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

Shades of Medium Blue #241AD8

Tints of Medium Blue #241AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 77.7%

R = 12.95%
G = 9.35%
B = 77.7%

CMYK

 C value IS 0.83

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#241AD8 (or 0x241AD8) is known color: Medium Blue. HEX triplet: 24, 1A and D8. RGB value is (36,26,216). Sum of RGB (Red+Green+Blue) = 36+26+216=278 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.95% from 278); Green value is 26 (10.55% from 255 or 9.35% from 278); Blue value is 216 (84.77% from 255 or 77.70% from 278); Max value from RGB is 216 - color contains mainly: blue. Hex color #241AD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241AD8 is #DBE527. Grayscale: #313131. Windows color (decimal): -14411048 or 14162468. OLE color: 14162468.

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

Color convert

RGB 36 26 216 -
CMYK 0.83 0.88 0 0.15
HSL 243.16º 0.79% 0.47% -
HSV(B) 243.16º 0.88% 0.85% -
XYZ 13.49 6.07 65.43 -
YUV 50.65 221.31 117.55 -
System Red Green Blue C M Y K H S L
Decimal 36 26 216 0.83 0.88 0 0.15 243.16 0.79 0.47
Hex 24 1A D8 53 58 0 F F3 4F 2F
Octal 44 32 330 123 130 0 17 363 117 57
Binary 100100 11010 11011000 1010011 1011000 0 1111 11110011 1001111 101111

Color Harmonies of #241AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241AD8

Black with #241AD8

Text Example


Text Example

White with #241AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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