Html Css Color HEX #253ED9 Persian Blue

📋 copy color: '#253ED9'

red 37 ◦ green 62 ◦ blue 217

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

Shades of Persian Blue #253ED9

Tints of Persian Blue #253ED9

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.62%

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

R = 11.71%
G = 19.62%
B = 68.67%

CMYK

 C value IS 0.83

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#253ED9 (or 0x253ED9) is known color: Persian Blue. HEX triplet: 25, 3E and D9. RGB value is (37,62,217). Sum of RGB (Red+Green+Blue) = 37+62+217=316 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.71% from 316); Green value is 62 (24.61% from 255 or 19.62% from 316); Blue value is 217 (85.16% from 255 or 68.67% from 316); Max value from RGB is 217 - color contains mainly: blue. Hex color #253ED9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253ED9 is #DAC126. Grayscale: #474747. Windows color (decimal): -14336295 or 14237221. OLE color: 14237221.

HSL color Cylindrical-coordinate representation of color #253ED9: hue angle of 231.67º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #253ED9 is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 37 62 217 -
CMYK 0.83 0.71 0 0.15
HSL 231.67º 0.71% 0.5% -
HSV(B) 231.67º 0.83% 0.85% -
XYZ 15.01 8.85 66.56 -
YUV 72.2 209.72 102.9 -
System Red Green Blue C M Y K H S L
Decimal 37 62 217 0.83 0.71 0 0.15 231.67 0.71 0.5
Hex 25 3E D9 53 47 0 F E8 47 32
Octal 45 76 331 123 107 0 17 350 107 62
Binary 100101 111110 11011001 1010011 1000111 0 1111 11101000 1000111 110010

Color Harmonies of #253ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253ED9

Black with #253ED9

Text Example


Text Example

White with #253ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253ED9; }

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

 H1.HeaderClassName
 {
   color: #253ED9;
 }
 .AnyTagClassName
 {
   color: #253ED9;
 }
</style>

background-color css

<style>
 a { background-color: #253ED9; }

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

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

border-color css

<style>
 span { border-color: #253ED9; }

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

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