Html Css Color HEX #242ADE Persian Blue

📋 copy color: '#242ADE'

red 36 ◦ green 42 ◦ blue 222

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

Shades of Persian Blue #242ADE

Tints of Persian Blue #242ADE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14%

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

R = 12%
G = 14%
B = 74%

CMYK

 C value IS 0.84

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#242ADE (or 0x242ADE) is known color: Persian Blue. HEX triplet: 24, 2A and DE. RGB value is (36,42,222). Sum of RGB (Red+Green+Blue) = 36+42+222=300 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12% from 300); Green value is 42 (16.80% from 255 or 14% from 300); Blue value is 222 (87.11% from 255 or 74% from 300); Max value from RGB is 222 - color contains mainly: blue. Hex color #242ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242ADE is #DBD521. Grayscale: #3C3C3C. Windows color (decimal): -14406946 or 14559780. OLE color: 14559780.

HSL color Cylindrical-coordinate representation of color #242ADE: hue angle of 238.06º degrees, saturation: 0.74, 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 #242ADE is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 36 42 222 -
CMYK 0.84 0.81 0 0.13
HSL 238.06º 0.74% 0.51% -
HSV(B) 238.06º 0.84% 0.87% -
XYZ 14.74 7.3 69.74 -
YUV 60.73 219.01 110.36 -
System Red Green Blue C M Y K H S L
Decimal 36 42 222 0.84 0.81 0 0.13 238.06 0.74 0.51
Hex 24 2A DE 54 51 0 D EE 4A 33
Octal 44 52 336 124 121 0 15 356 112 63
Binary 100100 101010 11011110 1010100 1010001 0 1101 11101110 1001010 110011

Color Harmonies of #242ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242ADE

Black with #242ADE

Text Example


Text Example

White with #242ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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