#2456F6

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

Shades of Royal Blue #2456F6

Tints of Royal Blue #2456F6

Color information

#2456F6 (or 0x2456F6) is unknown color: approx Royal Blue. HEX triplet: 24, 56 and F6. RGB value is (36,86,246). Sum of RGB (Red+Green+Blue) = 36+86+246=368 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.78% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 246 (96.48% from 255 or 66.85% from 368); Max value from RGB is 246 - color contains mainly: blue. Hex color #2456F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2456F6 is #DBA909. Grayscale: #585858. Windows color (decimal): -14395658 or 16143908. OLE color: 16143908.

HSL color Cylindrical-coordinate representation of color #2456F6: hue angle of 225.71º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2456F6 is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB3686246-
CMYK0.850.6500.04
HSL225.71º92.11%55.29%-
HSV(B)225.71º85.37%96.47%-
XYZ20.6913.6888.74-
YUV89.29216.4489.99-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 9.78%
GREEN value IS 86 (33.98% from 255) = 23.37%
BLUE value IS 246 (96.48% from 255) = 66.85%
R=9.78%
G=23.37%
B=66.85%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal36862460.850.6500.04225.7192.1155.29
Hex2456F6554104e25c37
Octal441263661251010434213467
Binary100100101011011110110101010110000010100111000101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2456F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2456F6; }

 p { color: rgb(36,86,246); }

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

<style>
 a { background-color: #2456F6; }

 a { background-color: rgb(36,86,246); }

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

<style>
 span { border-color: #2456F6; }

 span { border-color: rgb(36,86,246); }

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