Html Css Color HEX #242AEE Persian Blue

📋 copy color: '#242AEE'

red 36 ◦ green 42 ◦ blue 238

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

Shades of Persian Blue #242AEE

Tints of Persian Blue #242AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 75.32%

R = 11.39%
G = 13.29%
B = 75.32%

CMYK

 C value IS 0.85

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#242AEE (or 0x242AEE) is known color: Persian Blue. HEX triplet: 24, 2A and EE. RGB value is (36,42,238). Sum of RGB (Red+Green+Blue) = 36+42+238=316 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.39% from 316); Green value is 42 (16.80% from 255 or 13.29% from 316); Blue value is 238 (93.36% from 255 or 75.32% from 316); Max value from RGB is 238 - color contains mainly: blue. Hex color #242AEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #242AEE is #DBD511. Grayscale: #3D3D3D. Windows color (decimal): -14406930 or 15608356. OLE color: 15608356.

HSL color Cylindrical-coordinate representation of color #242AEE: hue angle of 238.22º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #242AEE is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 36 42 238 -
CMYK 0.85 0.82 0 0.07
HSL 238.22º 0.86% 0.54% -
HSV(B) 238.22º 0.85% 0.93% -
XYZ 16.99 8.2 81.58 -
YUV 62.55 227.01 109.06 -
System Red Green Blue C M Y K H S L
Decimal 36 42 238 0.85 0.82 0 0.07 238.22 0.86 0.54
Hex 24 2A EE 55 52 0 7 EE 56 36
Octal 44 52 356 125 122 0 7 356 126 66
Binary 100100 101010 11101110 1010101 1010010 0 111 11101110 1010110 110110

Color Harmonies of #242AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242AEE

Black with #242AEE

Text Example


Text Example

White with #242AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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