Html Css Color HEX #253EE0 Persian Blue

📋 copy color: '#253EE0'

red 37 ◦ green 62 ◦ blue 224

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

Shades of Persian Blue #253EE0

Tints of Persian Blue #253EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 69.35%

R = 11.46%
G = 19.2%
B = 69.35%

CMYK

 C value IS 0.83

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#253EE0 (or 0x253EE0) is known color: Persian Blue. HEX triplet: 25, 3E and E0. RGB value is (37,62,224). Sum of RGB (Red+Green+Blue) = 37+62+224=323 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.46% from 323); Green value is 62 (24.61% from 255 or 19.20% from 323); Blue value is 224 (87.89% from 255 or 69.35% from 323); Max value from RGB is 224 - color contains mainly: blue. Hex color #253EE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253EE0 is #DAC11F. Grayscale: #484848. Windows color (decimal): -14336288 or 14695973. OLE color: 14695973.

HSL color Cylindrical-coordinate representation of color #253EE0: hue angle of 231.98º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #253EE0 is Cyan = 0.83, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 37 62 224 -
CMYK 0.83 0.72 0 0.12
HSL 231.98º 0.75% 0.51% -
HSV(B) 231.98º 0.83% 0.88% -
XYZ 15.94 9.22 71.46 -
YUV 72.99 213.22 102.33 -
System Red Green Blue C M Y K H S L
Decimal 37 62 224 0.83 0.72 0 0.12 231.98 0.75 0.51
Hex 25 3E E0 53 48 0 C E8 4B 33
Octal 45 76 340 123 110 0 14 350 113 63
Binary 100101 111110 11100000 1010011 1001000 0 1100 11101000 1001011 110011

Color Harmonies of #253EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253EE0

Black with #253EE0

Text Example


Text Example

White with #253EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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