Html Css Color HEX #253ED8 Persian Blue

📋 copy color: '#253ED8'

red 37 ◦ green 62 ◦ blue 216

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

Shades of Persian Blue #253ED8

Tints of Persian Blue #253ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 68.57%

R = 11.75%
G = 19.68%
B = 68.57%

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

#253ED8 (or 0x253ED8) is known color: Persian Blue. HEX triplet: 25, 3E and D8. RGB value is (37,62,216). Sum of RGB (Red+Green+Blue) = 37+62+216=315 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.75% from 315); Green value is 62 (24.61% from 255 or 19.68% from 315); Blue value is 216 (84.77% from 255 or 68.57% from 315); Max value from RGB is 216 - color contains mainly: blue. Hex color #253ED8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253ED8 is #DAC127. Grayscale: #474747. Windows color (decimal): -14336296 or 14171685. OLE color: 14171685.

HSL color Cylindrical-coordinate representation of color #253ED8: hue angle of 231.62º 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 #253ED8 is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 37 62 216 -
CMYK 0.83 0.71 0 0.15
HSL 231.62º 0.71% 0.5% -
HSV(B) 231.62º 0.83% 0.85% -
XYZ 14.88 8.8 65.88 -
YUV 72.08 209.22 102.98 -
System Red Green Blue C M Y K H S L
Decimal 37 62 216 0.83 0.71 0 0.15 231.62 0.71 0.5
Hex 25 3E D8 53 47 0 F E8 47 32
Octal 45 76 330 123 107 0 17 350 107 62
Binary 100101 111110 11011000 1010011 1000111 0 1111 11101000 1000111 110010

Color Harmonies of #253ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253ED8

Black with #253ED8

Text Example


Text Example

White with #253ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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