Html Css Color HEX #242EDD Persian Blue

📋 copy color: '#242EDD'

red 36 ◦ green 46 ◦ blue 221

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

Shades of Persian Blue #242EDD

Tints of Persian Blue #242EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 72.94%

R = 11.88%
G = 15.18%
B = 72.94%

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

#242EDD (or 0x242EDD) is known color: Persian Blue. HEX triplet: 24, 2E and DD. RGB value is (36,46,221). Sum of RGB (Red+Green+Blue) = 36+46+221=303 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.88% from 303); Green value is 46 (18.36% from 255 or 15.18% from 303); Blue value is 221 (86.72% from 255 or 72.94% from 303); Max value from RGB is 221 - color contains mainly: blue. Hex color #242EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242EDD is #DBD122. Grayscale: #3E3E3E. Windows color (decimal): -14405923 or 14495268. OLE color: 14495268.

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

Color convert

RGB 36 46 221 -
CMYK 0.84 0.79 0 0.13
HSL 236.76º 0.73% 0.5% -
HSV(B) 236.76º 0.84% 0.87% -
XYZ 14.76 7.55 69.09 -
YUV 62.96 217.19 108.77 -
System Red Green Blue C M Y K H S L
Decimal 36 46 221 0.84 0.79 0 0.13 236.76 0.73 0.5
Hex 24 2E DD 54 4F 0 D ED 49 32
Octal 44 56 335 124 117 0 15 355 111 62
Binary 100100 101110 11011101 1010100 1001111 0 1101 11101101 1001001 110010

Color Harmonies of #242EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242EDD

Black with #242EDD

Text Example


Text Example

White with #242EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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