#225EFF

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

Shades of Royal Blue #225EFF

Tints of Royal Blue #225EFF

Color information

#225EFF (or 0x225EFF) is unknown color: approx Royal Blue. HEX triplet: 22, 5E and FF. RGB value is (34,94,255). Sum of RGB (Red+Green+Blue) = 34+94+255=383 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.88% from 383); Green value is 94 (37.11% from 255 or 24.54% from 383); Blue value is 255 (100% from 255 or 66.58% from 383); Max value from RGB is 255 - color contains mainly: blue. Hex color #225EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #225EFF is #DDA100. Grayscale: #5D5D5D. Windows color (decimal): -14524673 or 16735778. OLE color: 16735778.

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

Color convert

RGB3494255-
CMYK0.870.6300
HSL223.71º100%56.67%-
HSV(B)223.71º86.67%100%-
XYZ22.7115.5796.42-
YUV94.41218.6284.91-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 8.88%
GREEN value IS 94 (37.11% from 255) = 24.54%
BLUE value IS 255 (100% from 255) = 66.58%
R=8.88%
G=24.54%
B=66.58%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal34942550.870.6300223.7110056.67
Hex225EFF573F00e06439
Octal42136377127770034014471
Binary100010101111011111111101011111111100111000001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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