Html Css Color HEX #242FE0 Persian Blue

📋 copy color: '#242FE0'

red 36 ◦ green 47 ◦ blue 224

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

Shades of Persian Blue #242FE0

Tints of Persian Blue #242FE0

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.31%

 BLUE value IS 224 (87.89% from 255) = 72.96%

R = 11.73%
G = 15.31%
B = 72.96%

CMYK

 C value IS 0.84

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#242FE0 (or 0x242FE0) is known color: Persian Blue. HEX triplet: 24, 2F and E0. RGB value is (36,47,224). Sum of RGB (Red+Green+Blue) = 36+47+224=307 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.73% from 307); Green value is 47 (18.75% from 255 or 15.31% from 307); Blue value is 224 (87.89% from 255 or 72.96% from 307); Max value from RGB is 224 - color contains mainly: blue. Hex color #242FE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242FE0 is #DBD01F. Grayscale: #3F3F3F. Windows color (decimal): -14405664 or 14692132. OLE color: 14692132.

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

Color convert

RGB 36 47 224 -
CMYK 0.84 0.79 0 0.12
HSL 236.49º 0.75% 0.51% -
HSV(B) 236.49º 0.84% 0.88% -
XYZ 15.2 7.79 71.22 -
YUV 63.89 218.36 108.11 -
System Red Green Blue C M Y K H S L
Decimal 36 47 224 0.84 0.79 0 0.12 236.49 0.75 0.51
Hex 24 2F E0 54 4F 0 C EC 4B 33
Octal 44 57 340 124 117 0 14 354 113 63
Binary 100100 101111 11100000 1010100 1001111 0 1100 11101100 1001011 110011

Color Harmonies of #242FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242FE0

Black with #242FE0

Text Example


Text Example

White with #242FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,47,224); }

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

background-color css

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

 a { background-color: rgb(36,47,224); }

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

border-color css

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

 span { border-color: rgb(36,47,224); }

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