Html Css Color HEX #253EDE Persian Blue

📋 copy color: '#253EDE'

red 37 ◦ green 62 ◦ blue 222

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

Shades of Persian Blue #253EDE

Tints of Persian Blue #253EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 69.16%

R = 11.53%
G = 19.31%
B = 69.16%

CMYK

 C value IS 0.83

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#253EDE (or 0x253EDE) is known color: Persian Blue. HEX triplet: 25, 3E and DE. RGB value is (37,62,222). Sum of RGB (Red+Green+Blue) = 37+62+222=321 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.53% from 321); Green value is 62 (24.61% from 255 or 19.31% from 321); Blue value is 222 (87.11% from 255 or 69.16% from 321); Max value from RGB is 222 - color contains mainly: blue. Hex color #253EDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253EDE is #DAC121. Grayscale: #484848. Windows color (decimal): -14336290 or 14564901. OLE color: 14564901.

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

Color convert

RGB 37 62 222 -
CMYK 0.83 0.72 0 0.13
HSL 231.89º 0.74% 0.51% -
HSV(B) 231.89º 0.83% 0.87% -
XYZ 15.67 9.11 70.04 -
YUV 72.77 212.22 102.49 -
System Red Green Blue C M Y K H S L
Decimal 37 62 222 0.83 0.72 0 0.13 231.89 0.74 0.51
Hex 25 3E DE 53 48 0 D E8 4A 33
Octal 45 76 336 123 110 0 15 350 112 63
Binary 100101 111110 11011110 1010011 1001000 0 1101 11101000 1001010 110011

Color Harmonies of #253EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253EDE

Black with #253EDE

Text Example


Text Example

White with #253EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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