#225CFF

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

Shades of Royal Blue #225CFF

Tints of Royal Blue #225CFF

Color information

#225CFF (or 0x225CFF) is unknown color: approx Royal Blue. HEX triplet: 22, 5C and FF. RGB value is (34,92,255). Sum of RGB (Red+Green+Blue) = 34+92+255=381 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.92% from 381); Green value is 92 (36.33% from 255 or 24.15% from 381); Blue value is 255 (100% from 255 or 66.93% from 381); Max value from RGB is 255 - color contains mainly: blue. Hex color #225CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #225CFF is #DDA300. Grayscale: #5C5C5C. Windows color (decimal): -14525185 or 16735266. OLE color: 16735266.

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

Color convert

RGB3492255-
CMYK0.870.6400
HSL224.25º100%56.67%-
HSV(B)224.25º86.67%100%-
XYZ22.5415.2196.36-
YUV93.24219.2885.75-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 8.92%
GREEN value IS 92 (36.33% from 255) = 24.15%
BLUE value IS 255 (100% from 255) = 66.93%
R=8.92%
G=24.15%
B=66.93%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal34922550.870.6400224.2510056.67
Hex225CFF574000e06439
Octal421343771271000034014471
Binary1000101011100111111111010111100000000111000001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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