Html Css Color HEX #2523D9 Persian Blue

📋 copy color: '#2523D9'

red 37 ◦ green 35 ◦ blue 217

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

Shades of Persian Blue #2523D9

Tints of Persian Blue #2523D9

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.11%

 BLUE value IS 217 (85.16% from 255) = 75.09%

R = 12.8%
G = 12.11%
B = 75.09%

CMYK

 C value IS 0.83

 M value IS 0.84

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2523D9 (or 0x2523D9) is known color: Persian Blue. HEX triplet: 25, 23 and D9. RGB value is (37,35,217). Sum of RGB (Red+Green+Blue) = 37+35+217=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 35 (14.06% from 255 or 12.11% from 289); Blue value is 217 (85.16% from 255 or 75.09% from 289); Max value from RGB is 217 - color contains mainly: blue. Hex color #2523D9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2523D9 is #DADC26. Grayscale: #373737. Windows color (decimal): -14343207 or 14230309. OLE color: 14230309.

HSL color Cylindrical-coordinate representation of color #2523D9: hue angle of 240.66º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2523D9 is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 37 35 217 -
CMYK 0.83 0.84 0 0.15
HSL 240.66º 0.72% 0.49% -
HSV(B) 240.66º 0.84% 0.85% -
XYZ 13.89 6.61 66.19 -
YUV 56.35 218.66 114.2 -
System Red Green Blue C M Y K H S L
Decimal 37 35 217 0.83 0.84 0 0.15 240.66 0.72 0.49
Hex 25 23 D9 53 54 0 F F1 48 31
Octal 45 43 331 123 124 0 17 361 110 61
Binary 100101 100011 11011001 1010011 1010100 0 1111 11110001 1001000 110001

Color Harmonies of #2523D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2523D9

Black with #2523D9

Text Example


Text Example

White with #2523D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2523D9; }

 p { color: rgb(37,35,217); }

 H1.HeaderClassName
 {
   color: #2523D9;
 }
 .AnyTagClassName
 {
   color: #2523D9;
 }
</style>

background-color css

<style>
 a { background-color: #2523D9; }

 a { background-color: rgb(37,35,217); }

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

border-color css

<style>
 span { border-color: #2523D9; }

 span { border-color: rgb(37,35,217); }

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