#2255FF

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

Shades of Royal Blue #2255FF

Tints of Royal Blue #2255FF

Color information

#2255FF (or 0x2255FF) is unknown color: approx Royal Blue. HEX triplet: 22, 55 and FF. RGB value is (34,85,255). Sum of RGB (Red+Green+Blue) = 34+85+255=374 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.09% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 255 (100% from 255 or 68.18% from 374); Max value from RGB is 255 - color contains mainly: blue. Hex color #2255FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2255FF is #DDAA00. Grayscale: #585858. Windows color (decimal): -14526977 or 16733474. OLE color: 16733474.

HSL color Cylindrical-coordinate representation of color #2255FF: hue angle of 226.15º 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 #2255FF is Cyan = 0.87, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB3485255-
CMYK0.870.6700
HSL226.15º100%56.67%-
HSV(B)226.15º86.67%100%-
XYZ21.9614.0696.16-
YUV89.13221.688.68-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.09%
GREEN value IS 85 (33.59% from 255) = 22.73%
BLUE value IS 255 (100% from 255) = 68.18%
R=9.09%
G=22.73%
B=68.18%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal34852550.870.6700226.1510056.67
Hex2255FF574300e26439
Octal421253771271030034214471
Binary1000101010101111111111010111100001100111000101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2255FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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