#225AFF

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

Shades of Royal Blue #225AFF

Tints of Royal Blue #225AFF

Color information

#225AFF (or 0x225AFF) is unknown color: approx Royal Blue. HEX triplet: 22, 5A and FF. RGB value is (34,90,255). Sum of RGB (Red+Green+Blue) = 34+90+255=379 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.97% from 379); Green value is 90 (35.55% from 255 or 23.75% from 379); Blue value is 255 (100% from 255 or 67.28% from 379); Max value from RGB is 255 - color contains mainly: blue. Hex color #225AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #225AFF is #DDA500. Grayscale: #5B5B5B. Windows color (decimal): -14525697 or 16734754. OLE color: 16734754.

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

Color convert

RGB3490255-
CMYK0.870.6500
HSL224.8º100%56.67%-
HSV(B)224.8º86.67%100%-
XYZ22.3714.8796.3-
YUV92.07219.9586.58-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 8.97%
GREEN value IS 90 (35.55% from 255) = 23.75%
BLUE value IS 255 (100% from 255) = 67.28%
R=8.97%
G=23.75%
B=67.28%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal34902550.870.6500224.810056.67
Hex225AFF574100e16439
Octal421323771271010034114471
Binary1000101011010111111111010111100000100111000011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225AFF; }

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

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

<style>
 a { background-color: #225AFF; }

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

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

<style>
 span { border-color: #225AFF; }

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

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