Html Css Color HEX #2539EB Persian Blue

📋 copy color: '#2539EB'

red 37 ◦ green 57 ◦ blue 235

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

Shades of Persian Blue #2539EB

Tints of Persian Blue #2539EB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.33%

 BLUE value IS 235 (92.19% from 255) = 71.43%

R = 11.25%
G = 17.33%
B = 71.43%

CMYK

 C value IS 0.84

 M value IS 0.76

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2539EB (or 0x2539EB) is known color: Persian Blue. HEX triplet: 25, 39 and EB. RGB value is (37,57,235). Sum of RGB (Red+Green+Blue) = 37+57+235=329 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.25% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 235 (92.19% from 255 or 71.43% from 329); Max value from RGB is 235 - color contains mainly: blue. Hex color #2539EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2539EB is #DAC614. Grayscale: #464646. Windows color (decimal): -14337557 or 15415589. OLE color: 15415589.

HSL color Cylindrical-coordinate representation of color #2539EB: hue angle of 233.94º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2539EB is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 37 57 235 -
CMYK 0.84 0.76 0 0.08
HSL 233.94º 0.83% 0.53% -
HSV(B) 233.94º 0.84% 0.92% -
XYZ 17.22 9.32 79.49 -
YUV 71.31 220.37 103.53 -
System Red Green Blue C M Y K H S L
Decimal 37 57 235 0.84 0.76 0 0.08 233.94 0.83 0.53
Hex 25 39 EB 54 4C 0 8 EA 53 35
Octal 45 71 353 124 114 0 10 352 123 65
Binary 100101 111001 11101011 1010100 1001100 0 1000 11101010 1010011 110101

Color Harmonies of #2539EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2539EB

Black with #2539EB

Text Example


Text Example

White with #2539EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2539EB; }

 p { color: rgb(37,57,235); }

 H1.HeaderClassName
 {
   color: #2539EB;
 }
 .AnyTagClassName
 {
   color: #2539EB;
 }
</style>

background-color css

<style>
 a { background-color: #2539EB; }

 a { background-color: rgb(37,57,235); }

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

border-color css

<style>
 span { border-color: #2539EB; }

 span { border-color: rgb(37,57,235); }

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