#2256FF

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

Shades of Royal Blue #2256FF

Tints of Royal Blue #2256FF

Color information

#2256FF (or 0x2256FF) is unknown color: approx Royal Blue. HEX triplet: 22, 56 and FF. RGB value is (34,86,255). Sum of RGB (Red+Green+Blue) = 34+86+255=375 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.07% from 375); Green value is 86 (33.98% from 255 or 22.93% from 375); Blue value is 255 (100% from 255 or 68% from 375); Max value from RGB is 255 - color contains mainly: blue. Hex color #2256FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2256FF is #DDA900. Grayscale: #585858. Windows color (decimal): -14526721 or 16733730. OLE color: 16733730.

HSL color Cylindrical-coordinate representation of color #2256FF: hue angle of 225.88º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2256FF is Cyan = 0.87, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB3486255-
CMYK0.870.6600
HSL225.88º100%56.67%-
HSV(B)225.88º86.67%100%-
XYZ22.0414.2296.19-
YUV89.72221.2788.26-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.07%
GREEN value IS 86 (33.98% from 255) = 22.93%
BLUE value IS 255 (100% from 255) = 68%
R=9.07%
G=22.93%
B=68%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal34862550.870.6600225.8810056.67
Hex2256FF574200e26439
Octal421263771271020034214471
Binary1000101010110111111111010111100001000111000101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2256FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2256FF; }

 p { color: rgb(34,86,255); }

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

<style>
 a { background-color: #2256FF; }

 a { background-color: rgb(34,86,255); }

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

<style>
 span { border-color: #2256FF; }

 span { border-color: rgb(34,86,255); }

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