Html Css Color HEX #2560DC Royal Blue

📋 copy color: '#2560DC'

red 37 ◦ green 96 ◦ blue 220

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

Shades of Royal Blue #2560DC

Tints of Royal Blue #2560DC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.2%

 BLUE value IS 220 (86.33% from 255) = 62.32%

R = 10.48%
G = 27.2%
B = 62.32%

CMYK

 C value IS 0.83

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2560DC (or 0x2560DC) is known color: Royal Blue. HEX triplet: 25, 60 and DC. RGB value is (37,96,220). Sum of RGB (Red+Green+Blue) = 37+96+220=353 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.48% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 220 (86.33% from 255 or 62.32% from 353); Max value from RGB is 220 - color contains mainly: blue. Hex color #2560DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2560DC is #DA9F23. Grayscale: #5B5B5B. Windows color (decimal): -14327588 or 14442533. OLE color: 14442533.

HSL color Cylindrical-coordinate representation of color #2560DC: hue angle of 220.66º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2560DC is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 37 96 220 -
CMYK 0.83 0.56 0 0.14
HSL 220.66º 0.72% 0.5% -
HSV(B) 220.66º 0.83% 0.86% -
XYZ 17.86 13.93 69.46 -
YUV 92.5 199.95 88.42 -
System Red Green Blue C M Y K H S L
Decimal 37 96 220 0.83 0.56 0 0.14 220.66 0.72 0.5
Hex 25 60 DC 53 38 0 E DD 48 32
Octal 45 140 334 123 70 0 16 335 110 62
Binary 100101 1100000 11011100 1010011 111000 0 1110 11011101 1001000 110010

Color Harmonies of #2560DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2560DC

Black with #2560DC

Text Example


Text Example

White with #2560DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2560DC; }

 p { color: rgb(37,96,220); }

 H1.HeaderClassName
 {
   color: #2560DC;
 }
 .AnyTagClassName
 {
   color: #2560DC;
 }
</style>

background-color css

<style>
 a { background-color: #2560DC; }

 a { background-color: rgb(37,96,220); }

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

border-color css

<style>
 span { border-color: #2560DC; }

 span { border-color: rgb(37,96,220); }

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