Html Css Color HEX #2559EB Royal Blue

📋 copy color: '#2559EB'

red 37 ◦ green 89 ◦ blue 235

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

Shades of Royal Blue #2559EB

Tints of Royal Blue #2559EB

RGB

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

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

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

R = 10.25%
G = 24.65%
B = 65.1%

CMYK

 C value IS 0.84

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2559EB (or 0x2559EB) is known color: Royal Blue. HEX triplet: 25, 59 and EB. RGB value is (37,89,235). Sum of RGB (Red+Green+Blue) = 37+89+235=361 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.25% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 235 (92.19% from 255 or 65.10% from 361); Max value from RGB is 235 - color contains mainly: blue. Hex color #2559EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2559EB is #DAA614. Grayscale: #595959. Windows color (decimal): -14329365 or 15423781. OLE color: 15423781.

HSL color Cylindrical-coordinate representation of color #2559EB: hue angle of 224.24º 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 #2559EB is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 37 89 235 -
CMYK 0.84 0.62 0 0.08
HSL 224.24º 0.83% 0.53% -
HSV(B) 224.24º 0.84% 0.92% -
XYZ 19.33 13.54 80.19 -
YUV 90.1 209.77 90.13 -
System Red Green Blue C M Y K H S L
Decimal 37 89 235 0.84 0.62 0 0.08 224.24 0.83 0.53
Hex 25 59 EB 54 3E 0 8 E0 53 35
Octal 45 131 353 124 76 0 10 340 123 65
Binary 100101 1011001 11101011 1010100 111110 0 1000 11100000 1010011 110101

Color Harmonies of #2559EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2559EB

Black with #2559EB

Text Example


Text Example

White with #2559EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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