Html Css Color HEX #2541DF Persian Blue

📋 copy color: '#2541DF'

red 37 ◦ green 65 ◦ blue 223

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

Shades of Persian Blue #2541DF

Tints of Persian Blue #2541DF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20%

 BLUE value IS 223 (87.5% from 255) = 68.62%

R = 11.38%
G = 20%
B = 68.62%

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

#2541DF (or 0x2541DF) is known color: Persian Blue. HEX triplet: 25, 41 and DF. RGB value is (37,65,223). Sum of RGB (Red+Green+Blue) = 37+65+223=325 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.38% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 223 (87.5% from 255 or 68.62% from 325); Max value from RGB is 223 - color contains mainly: blue. Hex color #2541DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2541DF is #DABE20. Grayscale: #494949. Windows color (decimal): -14335521 or 14631205. OLE color: 14631205.

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

Color convert

RGB 37 65 223 -
CMYK 0.83 0.71 0 0.13
HSL 230.97º 0.74% 0.51% -
HSV(B) 230.97º 0.83% 0.87% -
XYZ 15.97 9.5 70.8 -
YUV 74.64 211.72 101.15 -
System Red Green Blue C M Y K H S L
Decimal 37 65 223 0.83 0.71 0 0.13 230.97 0.74 0.51
Hex 25 41 DF 53 47 0 D E7 4A 33
Octal 45 101 337 123 107 0 15 347 112 63
Binary 100101 1000001 11011111 1010011 1000111 0 1101 11100111 1001010 110011

Color Harmonies of #2541DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2541DF

Black with #2541DF

Text Example


Text Example

White with #2541DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2541DF; }

 p { color: rgb(37,65,223); }

 H1.HeaderClassName
 {
   color: #2541DF;
 }
 .AnyTagClassName
 {
   color: #2541DF;
 }
</style>

background-color css

<style>
 a { background-color: #2541DF; }

 a { background-color: rgb(37,65,223); }

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

border-color css

<style>
 span { border-color: #2541DF; }

 span { border-color: rgb(37,65,223); }

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