Html Css Color HEX #253FDE Persian Blue

📋 copy color: '#253FDE'

red 37 ◦ green 63 ◦ blue 222

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

Shades of Persian Blue #253FDE

Tints of Persian Blue #253FDE

RGB

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

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

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

R = 11.49%
G = 19.57%
B = 68.94%

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

#253FDE (or 0x253FDE) is known color: Persian Blue. HEX triplet: 25, 3F and DE. RGB value is (37,63,222). Sum of RGB (Red+Green+Blue) = 37+63+222=322 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.49% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 222 (87.11% from 255 or 68.94% from 322); Max value from RGB is 222 - color contains mainly: blue. Hex color #253FDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253FDE is #DAC021. Grayscale: #484848. Windows color (decimal): -14336034 or 14565157. OLE color: 14565157.

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

Color convert

RGB 37 63 222 -
CMYK 0.83 0.72 0 0.13
HSL 231.57º 0.74% 0.51% -
HSV(B) 231.57º 0.83% 0.87% -
XYZ 15.73 9.22 70.06 -
YUV 73.35 211.89 102.07 -
System Red Green Blue C M Y K H S L
Decimal 37 63 222 0.83 0.72 0 0.13 231.57 0.74 0.51
Hex 25 3F DE 53 48 0 D E8 4A 33
Octal 45 77 336 123 110 0 15 350 112 63
Binary 100101 111111 11011110 1010011 1001000 0 1101 11101000 1001010 110011

Color Harmonies of #253FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253FDE

Black with #253FDE

Text Example


Text Example

White with #253FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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