Html Css Color HEX #2425E0 Persian Blue

📋 copy color: '#2425E0'

red 36 ◦ green 37 ◦ blue 224

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

Shades of Persian Blue #2425E0

Tints of Persian Blue #2425E0

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.46%

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

R = 12.12%
G = 12.46%
B = 75.42%

CMYK

 C value IS 0.84

 M value IS 0.83

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#2425E0 (or 0x2425E0) is known color: Persian Blue. HEX triplet: 24, 25 and E0. RGB value is (36,37,224). Sum of RGB (Red+Green+Blue) = 36+37+224=297 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.12% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 224 (87.89% from 255 or 75.42% from 297); Max value from RGB is 224 - color contains mainly: blue. Hex color #2425E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2425E0 is #DBDA1F. Grayscale: #393939. Windows color (decimal): -14408224 or 14689572. OLE color: 14689572.

HSL color Cylindrical-coordinate representation of color #2425E0: hue angle of 239.68º 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 #2425E0 is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 36 37 224 -
CMYK 0.84 0.83 0 0.12
HSL 239.68º 0.75% 0.51% -
HSV(B) 239.68º 0.84% 0.88% -
XYZ 14.84 7.08 71.11 -
YUV 58.02 221.67 112.29 -
System Red Green Blue C M Y K H S L
Decimal 36 37 224 0.84 0.83 0 0.12 239.68 0.75 0.51
Hex 24 25 E0 54 53 0 C F0 4B 33
Octal 44 45 340 124 123 0 14 360 113 63
Binary 100100 100101 11100000 1010100 1010011 0 1100 11110000 1001011 110011

Color Harmonies of #2425E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2425E0

Black with #2425E0

Text Example


Text Example

White with #2425E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2425E0; }

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

 H1.HeaderClassName
 {
   color: #2425E0;
 }
 .AnyTagClassName
 {
   color: #2425E0;
 }
</style>

background-color css

<style>
 a { background-color: #2425E0; }

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

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

border-color css

<style>
 span { border-color: #2425E0; }

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

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