Html Css Color HEX #242EDA Persian Blue

📋 copy color: '#242EDA'

red 36 ◦ green 46 ◦ blue 218

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

Shades of Persian Blue #242EDA

Tints of Persian Blue #242EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 72.67%

R = 12%
G = 15.33%
B = 72.67%

CMYK

 C value IS 0.83

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#242EDA (or 0x242EDA) is known color: Persian Blue. HEX triplet: 24, 2E and DA. RGB value is (36,46,218). Sum of RGB (Red+Green+Blue) = 36+46+218=300 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12% from 300); Green value is 46 (18.36% from 255 or 15.33% from 300); Blue value is 218 (85.55% from 255 or 72.67% from 300); Max value from RGB is 218 - color contains mainly: blue. Hex color #242EDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242EDA is #DBD125. Grayscale: #3D3D3D. Windows color (decimal): -14405926 or 14298660. OLE color: 14298660.

HSL color Cylindrical-coordinate representation of color #242EDA: hue angle of 236.7º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #242EDA is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 36 46 218 -
CMYK 0.83 0.79 0 0.15
HSL 236.7º 0.72% 0.5% -
HSV(B) 236.7º 0.83% 0.85% -
XYZ 14.36 7.39 67 -
YUV 62.62 215.69 109.01 -
System Red Green Blue C M Y K H S L
Decimal 36 46 218 0.83 0.79 0 0.15 236.7 0.72 0.5
Hex 24 2E DA 53 4F 0 F ED 48 32
Octal 44 56 332 123 117 0 17 355 110 62
Binary 100100 101110 11011010 1010011 1001111 0 1111 11101101 1001000 110010

Color Harmonies of #242EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242EDA

Black with #242EDA

Text Example


Text Example

White with #242EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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