Html Css Color HEX #252DE0 Persian Blue

📋 copy color: '#252DE0'

red 37 ◦ green 45 ◦ blue 224

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

Shades of Persian Blue #252DE0

Tints of Persian Blue #252DE0

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.71%

 BLUE value IS 224 (87.89% from 255) = 73.2%

R = 12.09%
G = 14.71%
B = 73.2%

CMYK

 C value IS 0.83

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#252DE0 (or 0x252DE0) is known color: Persian Blue. HEX triplet: 25, 2D and E0. RGB value is (37,45,224). Sum of RGB (Red+Green+Blue) = 37+45+224=306 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.09% from 306); Green value is 45 (17.97% from 255 or 14.71% from 306); Blue value is 224 (87.89% from 255 or 73.20% from 306); Max value from RGB is 224 - color contains mainly: blue. Hex color #252DE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252DE0 is #DAD21F. Grayscale: #3E3E3E. Windows color (decimal): -14340640 or 14691621. OLE color: 14691621.

HSL color Cylindrical-coordinate representation of color #252DE0: hue angle of 237.43º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #252DE0 is Cyan = 0.83, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 37 45 224 -
CMYK 0.83 0.80 0 0.12
HSL 237.43º 0.75% 0.51% -
HSV(B) 237.43º 0.83% 0.88% -
XYZ 15.16 7.65 71.2 -
YUV 63.01 218.85 109.45 -
System Red Green Blue C M Y K H S L
Decimal 37 45 224 0.83 0.80 0 0.12 237.43 0.75 0.51
Hex 25 2D E0 53 50 0 C ED 4B 33
Octal 45 55 340 123 120 0 14 355 113 63
Binary 100101 101101 11100000 1010011 1010000 0 1100 11101101 1001011 110011

Color Harmonies of #252DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252DE0

Black with #252DE0

Text Example


Text Example

White with #252DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252DE0; }

 p { color: rgb(37,45,224); }

 H1.HeaderClassName
 {
   color: #252DE0;
 }
 .AnyTagClassName
 {
   color: #252DE0;
 }
</style>

background-color css

<style>
 a { background-color: #252DE0; }

 a { background-color: rgb(37,45,224); }

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

border-color css

<style>
 span { border-color: #252DE0; }

 span { border-color: rgb(37,45,224); }

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