#2556EC

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

Shades of Royal Blue #2556EC

Tints of Royal Blue #2556EC

Color information

#2556EC (or 0x2556EC) is unknown color: approx Royal Blue. HEX triplet: 25, 56 and EC. RGB value is (37,86,236). Sum of RGB (Red+Green+Blue) = 37+86+236=359 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.31% from 359); Green value is 86 (33.98% from 255 or 23.96% from 359); Blue value is 236 (92.58% from 255 or 65.74% from 359); Max value from RGB is 236 - color contains mainly: blue. Hex color #2556EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2556EC is #DAA913. Grayscale: #575757. Windows color (decimal): -14330132 or 15488549. OLE color: 15488549.

HSL color Cylindrical-coordinate representation of color #2556EC: hue angle of 225.23º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2556EC is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB3786236-
CMYK0.840.6400.07
HSL225.23º83.97%53.53%-
HSV(B)225.23º84.32%92.55%-
XYZ19.2313.1180.87-
YUV88.45211.2791.3-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.31%
GREEN value IS 86 (33.98% from 255) = 23.96%
BLUE value IS 236 (92.58% from 255) = 65.74%
R=10.31%
G=23.96%
B=65.74%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal37862360.840.6400.07225.2383.9753.53
Hex2556EC544007e15436
Octal451263541241000734112466
Binary100101101011011101100101010010000000111111000011010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2556EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2556EC; }

 p { color: rgb(37,86,236); }

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

<style>
 a { background-color: #2556EC; }

 a { background-color: rgb(37,86,236); }

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

<style>
 span { border-color: #2556EC; }

 span { border-color: rgb(37,86,236); }

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