Html Css Color HEX #2560DB Royal Blue

📋 copy color: '#2560DB'

red 37 ◦ green 96 ◦ blue 219

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

Shades of Royal Blue #2560DB

Tints of Royal Blue #2560DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 62.22%

R = 10.51%
G = 27.27%
B = 62.22%

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

#2560DB (or 0x2560DB) is known color: Royal Blue. HEX triplet: 25, 60 and DB. RGB value is (37,96,219). Sum of RGB (Red+Green+Blue) = 37+96+219=352 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.51% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 219 (85.94% from 255 or 62.22% from 352); Max value from RGB is 219 - color contains mainly: blue. Hex color #2560DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2560DB is #DA9F24. Grayscale: #5B5B5B. Windows color (decimal): -14327589 or 14376997. OLE color: 14376997.

HSL color Cylindrical-coordinate representation of color #2560DB: hue angle of 220.55º 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 #2560DB is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 37 96 219 -
CMYK 0.83 0.56 0 0.14
HSL 220.55º 0.72% 0.5% -
HSV(B) 220.55º 0.83% 0.86% -
XYZ 17.73 13.87 68.76 -
YUV 92.38 199.45 88.5 -
System Red Green Blue C M Y K H S L
Decimal 37 96 219 0.83 0.56 0 0.14 220.55 0.72 0.5
Hex 25 60 DB 53 38 0 E DD 48 32
Octal 45 140 333 123 70 0 16 335 110 62
Binary 100101 1100000 11011011 1010011 111000 0 1110 11011101 1001000 110010

Color Harmonies of #2560DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2560DB

Black with #2560DB

Text Example


Text Example

White with #2560DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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