Html Css Color HEX #242EDF Persian Blue

📋 copy color: '#242EDF'

red 36 ◦ green 46 ◦ blue 223

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

Shades of Persian Blue #242EDF

Tints of Persian Blue #242EDF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.08%

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

R = 11.8%
G = 15.08%
B = 73.11%

CMYK

 C value IS 0.84

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#242EDF (or 0x242EDF) is known color: Persian Blue. HEX triplet: 24, 2E and DF. RGB value is (36,46,223). Sum of RGB (Red+Green+Blue) = 36+46+223=305 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.80% from 305); Green value is 46 (18.36% from 255 or 15.08% from 305); Blue value is 223 (87.5% from 255 or 73.11% from 305); Max value from RGB is 223 - color contains mainly: blue. Hex color #242EDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242EDF is #DBD120. Grayscale: #3E3E3E. Windows color (decimal): -14405921 or 14626340. OLE color: 14626340.

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

Color convert

RGB 36 46 223 -
CMYK 0.84 0.79 0 0.13
HSL 236.79º 0.75% 0.51% -
HSV(B) 236.79º 0.84% 0.87% -
XYZ 15.02 7.66 70.5 -
YUV 63.19 218.19 108.61 -
System Red Green Blue C M Y K H S L
Decimal 36 46 223 0.84 0.79 0 0.13 236.79 0.75 0.51
Hex 24 2E DF 54 4F 0 D ED 4B 33
Octal 44 56 337 124 117 0 15 355 113 63
Binary 100100 101110 11011111 1010100 1001111 0 1101 11101101 1001011 110011

Color Harmonies of #242EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242EDF

Black with #242EDF

Text Example


Text Example

White with #242EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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