Html Css Color HEX #242ADD Persian Blue

📋 copy color: '#242ADD'

red 36 ◦ green 42 ◦ blue 221

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

Shades of Persian Blue #242ADD

Tints of Persian Blue #242ADD

RGB

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

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

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

R = 12.04%
G = 14.05%
B = 73.91%

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

#242ADD (or 0x242ADD) is known color: Persian Blue. HEX triplet: 24, 2A and DD. RGB value is (36,42,221). Sum of RGB (Red+Green+Blue) = 36+42+221=299 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.04% from 299); Green value is 42 (16.80% from 255 or 14.05% from 299); Blue value is 221 (86.72% from 255 or 73.91% from 299); Max value from RGB is 221 - color contains mainly: blue. Hex color #242ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242ADD is #DBD522. Grayscale: #3B3B3B. Windows color (decimal): -14406947 or 14494244. OLE color: 14494244.

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

Color convert

RGB 36 42 221 -
CMYK 0.84 0.81 0 0.13
HSL 238.05º 0.73% 0.5% -
HSV(B) 238.05º 0.84% 0.87% -
XYZ 14.61 7.25 69.04 -
YUV 60.61 218.51 110.45 -
System Red Green Blue C M Y K H S L
Decimal 36 42 221 0.84 0.81 0 0.13 238.05 0.73 0.5
Hex 24 2A DD 54 51 0 D EE 49 32
Octal 44 52 335 124 121 0 15 356 111 62
Binary 100100 101010 11011101 1010100 1010001 0 1101 11101110 1001001 110010

Color Harmonies of #242ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242ADD

Black with #242ADD

Text Example


Text Example

White with #242ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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