Html Css Color HEX #2560FE Royal Blue

📋 copy color: '#2560FE'

red 37 ◦ green 96 ◦ blue 254

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

Shades of Royal Blue #2560FE

Tints of Royal Blue #2560FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 65.63%

R = 9.56%
G = 24.81%
B = 65.63%

CMYK

 C value IS 0.85

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#2560FE (or 0x2560FE) is known color: Royal Blue. HEX triplet: 25, 60 and FE. RGB value is (37,96,254). Sum of RGB (Red+Green+Blue) = 37+96+254=387 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.56% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 254 (99.61% from 255 or 65.63% from 387); Max value from RGB is 254 - color contains mainly: blue. Hex color #2560FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2560FE is #DA9F01. Grayscale: #5F5F5F. Windows color (decimal): -14327554 or 16670757. OLE color: 16670757.

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

Color convert

RGB 37 96 254 -
CMYK 0.85 0.62 0 0.00
HSL 223.69º 0.99% 0.57% -
HSV(B) 223.69º 0.85% 1% -
XYZ 22.84 15.91 95.63 -
YUV 96.37 216.95 85.65 -
System Red Green Blue C M Y K H S L
Decimal 37 96 254 0.85 0.62 0 0.00 223.69 0.99 0.57
Hex 25 60 FE 55 3E 0 0 E0 63 39
Octal 45 140 376 125 76 0 0 340 143 71
Binary 100101 1100000 11111110 1010101 111110 0 0 11100000 1100011 111001

Color Harmonies of #2560FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2560FE

Black with #2560FE

Text Example


Text Example

White with #2560FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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