Html Css Color HEX #241CDE Medium Blue

📋 copy color: '#241CDE'

red 36 ◦ green 28 ◦ blue 222

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

Shades of Medium Blue #241CDE

Tints of Medium Blue #241CDE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.79%

 BLUE value IS 222 (87.11% from 255) = 77.62%

R = 12.59%
G = 9.79%
B = 77.62%

CMYK

 C value IS 0.84

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#241CDE (or 0x241CDE) is known color: Medium Blue. HEX triplet: 24, 1C and DE. RGB value is (36,28,222). Sum of RGB (Red+Green+Blue) = 36+28+222=286 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.59% from 286); Green value is 28 (11.33% from 255 or 9.79% from 286); Blue value is 222 (87.11% from 255 or 77.62% from 286); Max value from RGB is 222 - color contains mainly: blue. Hex color #241CDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241CDE is #DBE321. Grayscale: #333333. Windows color (decimal): -14410530 or 14556196. OLE color: 14556196.

HSL color Cylindrical-coordinate representation of color #241CDE: hue angle of 242.47º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #241CDE is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 36 28 222 -
CMYK 0.84 0.87 0 0.13
HSL 242.47º 0.78% 0.49% -
HSV(B) 242.47º 0.87% 0.87% -
XYZ 14.33 6.48 69.6 -
YUV 52.51 223.65 116.23 -
System Red Green Blue C M Y K H S L
Decimal 36 28 222 0.84 0.87 0 0.13 242.47 0.78 0.49
Hex 24 1C DE 54 57 0 D F2 4E 31
Octal 44 34 336 124 127 0 15 362 116 61
Binary 100100 11100 11011110 1010100 1010111 0 1101 11110010 1001110 110001

Color Harmonies of #241CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241CDE

Black with #241CDE

Text Example


Text Example

White with #241CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,28,222); }

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

background-color css

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

 a { background-color: rgb(36,28,222); }

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

border-color css

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

 span { border-color: rgb(36,28,222); }

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