Html Css Color HEX #2560FD Royal Blue

📋 copy color: '#2560FD'

red 37 ◦ green 96 ◦ blue 253

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

Shades of Royal Blue #2560FD

Tints of Royal Blue #2560FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 65.54%

R = 9.59%
G = 24.87%
B = 65.54%

CMYK

 C value IS 0.85

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2560FD (or 0x2560FD) is known color: Royal Blue. HEX triplet: 25, 60 and FD. RGB value is (37,96,253). Sum of RGB (Red+Green+Blue) = 37+96+253=386 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.59% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 253 (99.22% from 255 or 65.54% from 386); Max value from RGB is 253 - color contains mainly: blue. Hex color #2560FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2560FD is #DA9F02. Grayscale: #5F5F5F. Windows color (decimal): -14327555 or 16605221. OLE color: 16605221.

HSL color Cylindrical-coordinate representation of color #2560FD: hue angle of 223.61º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2560FD is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 37 96 253 -
CMYK 0.85 0.62 0 0.01
HSL 223.61º 0.98% 0.57% -
HSV(B) 223.61º 0.85% 0.99% -
XYZ 22.68 15.85 94.79 -
YUV 96.26 216.45 85.73 -
System Red Green Blue C M Y K H S L
Decimal 37 96 253 0.85 0.62 0 0.01 223.61 0.98 0.57
Hex 25 60 FD 55 3E 0 1 E0 62 39
Octal 45 140 375 125 76 0 1 340 142 71
Binary 100101 1100000 11111101 1010101 111110 0 1 11100000 1100010 111001

Color Harmonies of #2560FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2560FD

Black with #2560FD

Text Example


Text Example

White with #2560FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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