Html Css Color HEX #2559E6 Royal Blue

📋 copy color: '#2559E6'

red 37 ◦ green 89 ◦ blue 230

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

Shades of Royal Blue #2559E6

Tints of Royal Blue #2559E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 64.61%

R = 10.39%
G = 25%
B = 64.61%

CMYK

 C value IS 0.84

 M value IS 0.61

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#2559E6 (or 0x2559E6) is known color: Royal Blue. HEX triplet: 25, 59 and E6. RGB value is (37,89,230). Sum of RGB (Red+Green+Blue) = 37+89+230=356 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.39% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 230 (90.23% from 255 or 64.61% from 356); Max value from RGB is 230 - color contains mainly: blue. Hex color #2559E6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2559E6 is #DAA619. Grayscale: #585858. Windows color (decimal): -14329370 or 15096101. OLE color: 15096101.

HSL color Cylindrical-coordinate representation of color #2559E6: hue angle of 223.83º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2559E6 is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 37 89 230 -
CMYK 0.84 0.61 0 0.10
HSL 223.83º 0.79% 0.52% -
HSV(B) 223.83º 0.84% 0.9% -
XYZ 18.62 13.25 76.44 -
YUV 89.53 207.27 90.54 -
System Red Green Blue C M Y K H S L
Decimal 37 89 230 0.84 0.61 0 0.10 223.83 0.79 0.52
Hex 25 59 E6 54 3D 0 A E0 4F 34
Octal 45 131 346 124 75 0 12 340 117 64
Binary 100101 1011001 11100110 1010100 111101 0 1010 11100000 1001111 110100

Color Harmonies of #2559E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2559E6

Black with #2559E6

Text Example


Text Example

White with #2559E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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