Html Css Color HEX #2559E0 Royal Blue

📋 copy color: '#2559E0'

red 37 ◦ green 89 ◦ blue 224

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

Shades of Royal Blue #2559E0

Tints of Royal Blue #2559E0

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.43%

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

R = 10.57%
G = 25.43%
B = 64%

CMYK

 C value IS 0.83

 M value IS 0.60

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#2559E0 (or 0x2559E0) is known color: Royal Blue. HEX triplet: 25, 59 and E0. RGB value is (37,89,224). Sum of RGB (Red+Green+Blue) = 37+89+224=350 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.57% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 224 (87.89% from 255 or 64% from 350); Max value from RGB is 224 - color contains mainly: blue. Hex color #2559E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2559E0 is #DAA61F. Grayscale: #585858. Windows color (decimal): -14329376 or 14702885. OLE color: 14702885.

HSL color Cylindrical-coordinate representation of color #2559E0: hue angle of 223.32º 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 #2559E0 is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 37 89 224 -
CMYK 0.83 0.60 0 0.12
HSL 223.32º 0.75% 0.51% -
HSV(B) 223.32º 0.83% 0.88% -
XYZ 17.79 12.92 72.08 -
YUV 88.84 204.27 91.02 -
System Red Green Blue C M Y K H S L
Decimal 37 89 224 0.83 0.60 0 0.12 223.32 0.75 0.51
Hex 25 59 E0 53 3C 0 C DF 4B 33
Octal 45 131 340 123 74 0 14 337 113 63
Binary 100101 1011001 11100000 1010011 111100 0 1100 11011111 1001011 110011

Color Harmonies of #2559E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2559E0

Black with #2559E0

Text Example


Text Example

White with #2559E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2559E0; }

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

 H1.HeaderClassName
 {
   color: #2559E0;
 }
 .AnyTagClassName
 {
   color: #2559E0;
 }
</style>

background-color css

<style>
 a { background-color: #2559E0; }

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

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

border-color css

<style>
 span { border-color: #2559E0; }

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

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