Html Css Color HEX #241EDF Persian Blue

📋 copy color: '#241EDF'

red 36 ◦ green 30 ◦ blue 223

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

Shades of Persian Blue #241EDF

Tints of Persian Blue #241EDF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.38%

 BLUE value IS 223 (87.5% from 255) = 77.16%

R = 12.46%
G = 10.38%
B = 77.16%

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

#241EDF (or 0x241EDF) is known color: Persian Blue. HEX triplet: 24, 1E and DF. RGB value is (36,30,223). Sum of RGB (Red+Green+Blue) = 36+30+223=289 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.46% from 289); Green value is 30 (12.11% from 255 or 10.38% from 289); Blue value is 223 (87.5% from 255 or 77.16% from 289); Max value from RGB is 223 - color contains mainly: blue. Hex color #241EDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241EDF is #DBE120. Grayscale: #353535. Windows color (decimal): -14410017 or 14622244. OLE color: 14622244.

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

Color convert

RGB 36 30 223 -
CMYK 0.84 0.87 0 0.13
HSL 241.87º 0.76% 0.5% -
HSV(B) 241.87º 0.87% 0.87% -
XYZ 14.51 6.63 70.33 -
YUV 53.8 223.49 115.31 -
System Red Green Blue C M Y K H S L
Decimal 36 30 223 0.84 0.87 0 0.13 241.87 0.76 0.5
Hex 24 1E DF 54 57 0 D F2 4C 32
Octal 44 36 337 124 127 0 15 362 114 62
Binary 100100 11110 11011111 1010100 1010111 0 1101 11110010 1001100 110010

Color Harmonies of #241EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241EDF

Black with #241EDF

Text Example


Text Example

White with #241EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,30,223); }

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

background-color css

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

 a { background-color: rgb(36,30,223); }

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

border-color css

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

 span { border-color: rgb(36,30,223); }

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