Html Css Color HEX #253FD8 Persian Blue

📋 copy color: '#253FD8'

red 37 ◦ green 63 ◦ blue 216

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

Shades of Persian Blue #253FD8

Tints of Persian Blue #253FD8

RGB

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

 GREEN value IS 63 (25% from 255) = 19.94%

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

R = 11.71%
G = 19.94%
B = 68.35%

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

#253FD8 (or 0x253FD8) is known color: Persian Blue. HEX triplet: 25, 3F and D8. RGB value is (37,63,216). Sum of RGB (Red+Green+Blue) = 37+63+216=316 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.71% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 216 (84.77% from 255 or 68.35% from 316); Max value from RGB is 216 - color contains mainly: blue. Hex color #253FD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253FD8 is #DAC027. Grayscale: #484848. Windows color (decimal): -14336040 or 14171941. OLE color: 14171941.

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

Color convert

RGB 37 63 216 -
CMYK 0.83 0.71 0 0.15
HSL 231.28º 0.71% 0.5% -
HSV(B) 231.28º 0.83% 0.85% -
XYZ 14.94 8.91 65.9 -
YUV 72.67 208.89 102.56 -
System Red Green Blue C M Y K H S L
Decimal 37 63 216 0.83 0.71 0 0.15 231.28 0.71 0.5
Hex 25 3F D8 53 47 0 F E7 47 32
Octal 45 77 330 123 107 0 17 347 107 62
Binary 100101 111111 11011000 1010011 1000111 0 1111 11100111 1000111 110010

Color Harmonies of #253FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253FD8

Black with #253FD8

Text Example


Text Example

White with #253FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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