Html Css Color HEX #2560DD Royal Blue

📋 copy color: '#2560DD'

red 37 ◦ green 96 ◦ blue 221

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

Shades of Royal Blue #2560DD

Tints of Royal Blue #2560DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 62.43%

R = 10.45%
G = 27.12%
B = 62.43%

CMYK

 C value IS 0.83

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2560DD (or 0x2560DD) is known color: Royal Blue. HEX triplet: 25, 60 and DD. RGB value is (37,96,221). Sum of RGB (Red+Green+Blue) = 37+96+221=354 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.45% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 221 (86.72% from 255 or 62.43% from 354); Max value from RGB is 221 - color contains mainly: blue. Hex color #2560DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2560DD is #DA9F22. Grayscale: #5C5C5C. Windows color (decimal): -14327587 or 14508069. OLE color: 14508069.

HSL color Cylindrical-coordinate representation of color #2560DD: hue angle of 220.76º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2560DD is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 37 96 221 -
CMYK 0.83 0.57 0 0.13
HSL 220.76º 0.73% 0.51% -
HSV(B) 220.76º 0.83% 0.87% -
XYZ 18 13.98 70.16 -
YUV 92.61 200.45 88.34 -
System Red Green Blue C M Y K H S L
Decimal 37 96 221 0.83 0.57 0 0.13 220.76 0.73 0.51
Hex 25 60 DD 53 39 0 D DD 49 33
Octal 45 140 335 123 71 0 15 335 111 63
Binary 100101 1100000 11011101 1010011 111001 0 1101 11011101 1001001 110011

Color Harmonies of #2560DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2560DD

Black with #2560DD

Text Example


Text Example

White with #2560DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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