Html Css Color HEX #253FDD Persian Blue

📋 copy color: '#253FDD'

red 37 ◦ green 63 ◦ blue 221

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

Shades of Persian Blue #253FDD

Tints of Persian Blue #253FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 68.85%

R = 11.53%
G = 19.63%
B = 68.85%

CMYK

 C value IS 0.83

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#253FDD (or 0x253FDD) is known color: Persian Blue. HEX triplet: 25, 3F and DD. RGB value is (37,63,221). Sum of RGB (Red+Green+Blue) = 37+63+221=321 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.53% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 221 (86.72% from 255 or 68.85% from 321); Max value from RGB is 221 - color contains mainly: blue. Hex color #253FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253FDD is #DAC022. Grayscale: #484848. Windows color (decimal): -14336035 or 14499621. OLE color: 14499621.

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

Color convert

RGB 37 63 221 -
CMYK 0.83 0.71 0 0.13
HSL 231.52º 0.73% 0.51% -
HSV(B) 231.52º 0.83% 0.87% -
XYZ 15.59 9.17 69.35 -
YUV 73.24 211.39 102.15 -
System Red Green Blue C M Y K H S L
Decimal 37 63 221 0.83 0.71 0 0.13 231.52 0.73 0.51
Hex 25 3F DD 53 47 0 D E8 49 33
Octal 45 77 335 123 107 0 15 350 111 63
Binary 100101 111111 11011101 1010011 1000111 0 1101 11101000 1001001 110011

Color Harmonies of #253FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253FDD

Black with #253FDD

Text Example


Text Example

White with #253FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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