Html Css Color HEX #2540CD Persian Blue

📋 copy color: '#2540CD'

red 37 ◦ green 64 ◦ blue 205

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

Shades of Persian Blue #2540CD

Tints of Persian Blue #2540CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 66.99%

R = 12.09%
G = 20.92%
B = 66.99%

CMYK

 C value IS 0.82

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2540CD (or 0x2540CD) is known color: Persian Blue. HEX triplet: 25, 40 and CD. RGB value is (37,64,205). Sum of RGB (Red+Green+Blue) = 37+64+205=306 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.09% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 205 (80.47% from 255 or 66.99% from 306); Max value from RGB is 205 - color contains mainly: blue. Hex color #2540CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2540CD is #DABF32. Grayscale: #474747. Windows color (decimal): -14335795 or 13451301. OLE color: 13451301.

HSL color Cylindrical-coordinate representation of color #2540CD: hue angle of 230.36º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2540CD is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 37 64 205 -
CMYK 0.82 0.69 0 0.20
HSL 230.36º 0.69% 0.47% -
HSV(B) 230.36º 0.82% 0.8% -
XYZ 13.62 8.47 58.67 -
YUV 72 203.05 103.04 -
System Red Green Blue C M Y K H S L
Decimal 37 64 205 0.82 0.69 0 0.20 230.36 0.69 0.47
Hex 25 40 CD 52 45 0 14 E6 45 2F
Octal 45 100 315 122 105 0 24 346 105 57
Binary 100101 1000000 11001101 1010010 1000101 0 10100 11100110 1000101 101111

Color Harmonies of #2540CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2540CD

Black with #2540CD

Text Example


Text Example

White with #2540CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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