Html Css Color HEX #2518CD Persian Blue

📋 copy color: '#2518CD'

red 37 ◦ green 24 ◦ blue 205

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

Shades of Persian Blue #2518CD

Tints of Persian Blue #2518CD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.02%

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

R = 13.91%
G = 9.02%
B = 77.07%

CMYK

 C value IS 0.82

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2518CD (or 0x2518CD) is known color: Persian Blue. HEX triplet: 25, 18 and CD. RGB value is (37,24,205). Sum of RGB (Red+Green+Blue) = 37+24+205=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 24 (9.77% from 255 or 9.02% from 266); Blue value is 205 (80.47% from 255 or 77.07% from 266); Max value from RGB is 205 - color contains mainly: blue. Hex color #2518CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2518CD is #DAE732. Grayscale: #2F2F2F. Windows color (decimal): -14346035 or 13441061. OLE color: 13441061.

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

Color convert

RGB 37 24 205 -
CMYK 0.82 0.88 0 0.20
HSL 244.31º 0.79% 0.45% -
HSV(B) 244.31º 0.88% 0.8% -
XYZ 12.11 5.45 58.17 -
YUV 48.52 216.31 119.78 -
System Red Green Blue C M Y K H S L
Decimal 37 24 205 0.82 0.88 0 0.20 244.31 0.79 0.45
Hex 25 18 CD 52 58 0 14 F4 4F 2D
Octal 45 30 315 122 130 0 24 364 117 55
Binary 100101 11000 11001101 1010010 1011000 0 10100 11110100 1001111 101101

Color Harmonies of #2518CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2518CD

Black with #2518CD

Text Example


Text Example

White with #2518CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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