Html Css Color HEX #253AD5 Persian Blue

📋 copy color: '#253AD5'

red 37 ◦ green 58 ◦ blue 213

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

Shades of Persian Blue #253AD5

Tints of Persian Blue #253AD5

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.83%

 BLUE value IS 213 (83.59% from 255) = 69.16%

R = 12.01%
G = 18.83%
B = 69.16%

CMYK

 C value IS 0.83

 M value IS 0.73

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#253AD5 (or 0x253AD5) is known color: Persian Blue. HEX triplet: 25, 3A and D5. RGB value is (37,58,213). Sum of RGB (Red+Green+Blue) = 37+58+213=308 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.01% from 308); Green value is 58 (23.05% from 255 or 18.83% from 308); Blue value is 213 (83.59% from 255 or 69.16% from 308); Max value from RGB is 213 - color contains mainly: blue. Hex color #253AD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253AD5 is #DAC52A. Grayscale: #444444. Windows color (decimal): -14337323 or 13974053. OLE color: 13974053.

HSL color Cylindrical-coordinate representation of color #253AD5: hue angle of 232.84º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #253AD5 is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 37 58 213 -
CMYK 0.83 0.73 0 0.16
HSL 232.84º 0.7% 0.49% -
HSV(B) 232.84º 0.83% 0.84% -
XYZ 14.29 8.22 63.79 -
YUV 69.39 209.04 104.9 -
System Red Green Blue C M Y K H S L
Decimal 37 58 213 0.83 0.73 0 0.16 232.84 0.7 0.49
Hex 25 3A D5 53 49 0 10 E9 46 31
Octal 45 72 325 123 111 0 20 351 106 61
Binary 100101 111010 11010101 1010011 1001001 0 10000 11101001 1000110 110001

Color Harmonies of #253AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253AD5

Black with #253AD5

Text Example


Text Example

White with #253AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,58,213); }

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

background-color css

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

 a { background-color: rgb(37,58,213); }

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

border-color css

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

 span { border-color: rgb(37,58,213); }

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