Html Css Color HEX #2425E9 Persian Blue

📋 copy color: '#2425E9'

red 36 ◦ green 37 ◦ blue 233

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

Shades of Persian Blue #2425E9

Tints of Persian Blue #2425E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 76.14%

R = 11.76%
G = 12.09%
B = 76.14%

CMYK

 C value IS 0.85

 M value IS 0.84

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#2425E9 (or 0x2425E9) is known color: Persian Blue. HEX triplet: 24, 25 and E9. RGB value is (36,37,233). Sum of RGB (Red+Green+Blue) = 36+37+233=306 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.76% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 233 (91.41% from 255 or 76.14% from 306); Max value from RGB is 233 - color contains mainly: blue. Hex color #2425E9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2425E9 is #DBDA16. Grayscale: #3A3A3A. Windows color (decimal): -14408215 or 15279396. OLE color: 15279396.

HSL color Cylindrical-coordinate representation of color #2425E9: hue angle of 239.7º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2425E9 is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 36 37 233 -
CMYK 0.85 0.84 0 0.09
HSL 239.7º 0.82% 0.53% -
HSV(B) 239.7º 0.85% 0.91% -
XYZ 16.1 7.58 77.71 -
YUV 59.05 226.17 111.56 -
System Red Green Blue C M Y K H S L
Decimal 36 37 233 0.85 0.84 0 0.09 239.7 0.82 0.53
Hex 24 25 E9 55 54 0 9 F0 52 35
Octal 44 45 351 125 124 0 11 360 122 65
Binary 100100 100101 11101001 1010101 1010100 0 1001 11110000 1010010 110101

Color Harmonies of #2425E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2425E9

Black with #2425E9

Text Example


Text Example

White with #2425E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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