Html Css Color HEX #253EE7 Persian Blue

📋 copy color: '#253EE7'

red 37 ◦ green 62 ◦ blue 231

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

Shades of Persian Blue #253EE7

Tints of Persian Blue #253EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 70%

R = 11.21%
G = 18.79%
B = 70%

CMYK

 C value IS 0.84

 M value IS 0.73

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#253EE7 (or 0x253EE7) is known color: Persian Blue. HEX triplet: 25, 3E and E7. RGB value is (37,62,231). Sum of RGB (Red+Green+Blue) = 37+62+231=330 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.21% from 330); Green value is 62 (24.61% from 255 or 18.79% from 330); Blue value is 231 (90.62% from 255 or 70% from 330); Max value from RGB is 231 - color contains mainly: blue. Hex color #253EE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #253EE7 is #DAC118. Grayscale: #494949. Windows color (decimal): -14336281 or 15154725. OLE color: 15154725.

HSL color Cylindrical-coordinate representation of color #253EE7: hue angle of 232.27º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #253EE7 is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 37 62 231 -
CMYK 0.84 0.73 0 0.09
HSL 232.27º 0.8% 0.53% -
HSV(B) 232.27º 0.84% 0.91% -
XYZ 16.91 9.61 76.56 -
YUV 73.79 216.72 101.76 -
System Red Green Blue C M Y K H S L
Decimal 37 62 231 0.84 0.73 0 0.09 232.27 0.8 0.53
Hex 25 3E E7 54 49 0 9 E8 50 35
Octal 45 76 347 124 111 0 11 350 120 65
Binary 100101 111110 11100111 1010100 1001001 0 1001 11101000 1010000 110101

Color Harmonies of #253EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253EE7

Black with #253EE7

Text Example


Text Example

White with #253EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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