Html Css Color HEX #2540E7 Persian Blue

📋 copy color: '#2540E7'

red 37 ◦ green 64 ◦ blue 231

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

Shades of Persian Blue #2540E7

Tints of Persian Blue #2540E7

RGB

 RED value IS 37 (14.84% from 255) = 11.14%

 GREEN value IS 64 (25.39% from 255) = 19.28%

 BLUE value IS 231 (90.63% from 255) = 69.58%

R = 11.14%
G = 19.28%
B = 69.58%

CMYK

 C value IS 0.84

 M value IS 0.72

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#2540E7 (or 0x2540E7) is known color: Persian Blue. HEX triplet: 25, 40 and E7. RGB value is (37,64,231). Sum of RGB (Red+Green+Blue) = 37+64+231=332 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.14% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 231 (90.62% from 255 or 69.58% from 332); Max value from RGB is 231 - color contains mainly: blue. Hex color #2540E7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2540E7 is #DABF18. Grayscale: #4A4A4A. Windows color (decimal): -14335769 or 15155237. OLE color: 15155237.

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

Color convert

RGB 37 64 231 -
CMYK 0.84 0.72 0 0.09
HSL 231.65º 0.8% 0.53% -
HSV(B) 231.65º 0.84% 0.91% -
XYZ 17.02 9.83 76.6 -
YUV 74.97 216.05 100.92 -
System Red Green Blue C M Y K H S L
Decimal 37 64 231 0.84 0.72 0 0.09 231.65 0.8 0.53
Hex 25 40 E7 54 48 0 9 E8 50 35
Octal 45 100 347 124 110 0 11 350 120 65
Binary 100101 1000000 11100111 1010100 1001000 0 1001 11101000 1010000 110101

Color Harmonies of #2540E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2540E7

Black with #2540E7

Text Example


Text Example

White with #2540E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2540E7; }

 p { color: rgb(37,64,231); }

 H1.HeaderClassName
 {
   color: #2540E7;
 }
 .AnyTagClassName
 {
   color: #2540E7;
 }
</style>

background-color css

<style>
 a { background-color: #2540E7; }

 a { background-color: rgb(37,64,231); }

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

border-color css

<style>
 span { border-color: #2540E7; }

 span { border-color: rgb(37,64,231); }

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