Html Css Color HEX #2460FE Royal Blue

📋 copy color: '#2460FE'

red 36 ◦ green 96 ◦ blue 254

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

Shades of Royal Blue #2460FE

Tints of Royal Blue #2460FE

RGB

 RED value IS 36 (14.45% from 255) = 9.33%

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

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

R = 9.33%
G = 24.87%
B = 65.8%

CMYK

 C value IS 0.86

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#2460FE (or 0x2460FE) is known color: Royal Blue. HEX triplet: 24, 60 and FE. RGB value is (36,96,254). Sum of RGB (Red+Green+Blue) = 36+96+254=386 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.33% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 254 (99.61% from 255 or 65.80% from 386); Max value from RGB is 254 - color contains mainly: blue. Hex color #2460FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2460FE is #DB9F01. Grayscale: #5F5F5F. Windows color (decimal): -14393090 or 16670756. OLE color: 16670756.

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

Color convert

RGB 36 96 254 -
CMYK 0.86 0.62 0 0.00
HSL 223.49º 0.99% 0.57% -
HSV(B) 223.49º 0.86% 1% -
XYZ 22.8 15.9 95.63 -
YUV 96.07 217.12 85.15 -
System Red Green Blue C M Y K H S L
Decimal 36 96 254 0.86 0.62 0 0.00 223.49 0.99 0.57
Hex 24 60 FE 56 3E 0 0 DF 63 39
Octal 44 140 376 126 76 0 0 337 143 71
Binary 100100 1100000 11111110 1010110 111110 0 0 11011111 1100011 111001

Color Harmonies of #2460FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2460FE

Black with #2460FE

Text Example


Text Example

White with #2460FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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