Html Css Color HEX #2559EC Royal Blue

📋 copy color: '#2559EC'

red 37 ◦ green 89 ◦ blue 236

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

Shades of Royal Blue #2559EC

Tints of Royal Blue #2559EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 65.19%

R = 10.22%
G = 24.59%
B = 65.19%

CMYK

 C value IS 0.84

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2559EC (or 0x2559EC) is known color: Royal Blue. HEX triplet: 25, 59 and EC. RGB value is (37,89,236). Sum of RGB (Red+Green+Blue) = 37+89+236=362 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.22% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 236 (92.58% from 255 or 65.19% from 362); Max value from RGB is 236 - color contains mainly: blue. Hex color #2559EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2559EC is #DAA613. Grayscale: #595959. Windows color (decimal): -14329364 or 15489317. OLE color: 15489317.

HSL color Cylindrical-coordinate representation of color #2559EC: hue angle of 224.32º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2559EC is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 37 89 236 -
CMYK 0.84 0.62 0 0.07
HSL 224.32º 0.84% 0.54% -
HSV(B) 224.32º 0.84% 0.93% -
XYZ 19.48 13.59 80.95 -
YUV 90.21 210.27 90.05 -
System Red Green Blue C M Y K H S L
Decimal 37 89 236 0.84 0.62 0 0.07 224.32 0.84 0.54
Hex 25 59 EC 54 3E 0 7 E0 54 36
Octal 45 131 354 124 76 0 7 340 124 66
Binary 100101 1011001 11101100 1010100 111110 0 111 11100000 1010100 110110

Color Harmonies of #2559EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2559EC

Black with #2559EC

Text Example


Text Example

White with #2559EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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