#2460F0

Color #2460F0 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #2460F0

Tints of Royal Blue #2460F0

Color information

#2460F0 (or 0x2460F0) is unknown color: approx Royal Blue. HEX triplet: 24, 60 and F0. RGB value is (36,96,240). Sum of RGB (Red+Green+Blue) = 36+96+240=372 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.68% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 240 (94.14% from 255 or 64.52% from 372); Max value from RGB is 240 - color contains mainly: blue. Hex color #2460F0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2460F0 is #DB9F0F. Grayscale: #5D5D5D. Windows color (decimal): -14393104 or 15753252. OLE color: 15753252.

HSL color Cylindrical-coordinate representation of color #2460F0: hue angle of 222.35º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2460F0 is Cyan = 0.85, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB3696240-
CMYK0.850.600.06
HSL222.35º87.18%54.12%-
HSV(B)222.35º85%94.12%-
XYZ20.6415.0384.25-
YUV94.48210.1286.29-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 9.68%
GREEN value IS 96 (37.89% from 255) = 25.81%
BLUE value IS 240 (94.14% from 255) = 64.52%
R=9.68%
G=25.81%
B=64.52%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal36962400.850.600.06222.3587.1854.12
Hex2460F0553C06de5736
Octal44140360125740633612766
Binary10010011000001111000010101011111000110110111101010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2460F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2460F0;
 }
 .AnyTagClassName
 {
   color: #2460F0;
 }
</style>
background-color css

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

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

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

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

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

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