#225EF9

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

Shades of Royal Blue #225EF9

Tints of Royal Blue #225EF9

Color information

#225EF9 (or 0x225EF9) is unknown color: approx Royal Blue. HEX triplet: 22, 5E and F9. RGB value is (34,94,249). Sum of RGB (Red+Green+Blue) = 34+94+249=377 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.02% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 249 (97.66% from 255 or 66.05% from 377); Max value from RGB is 249 - color contains mainly: blue. Hex color #225EF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #225EF9 is #DDA106. Grayscale: #5D5D5D. Windows color (decimal): -14524679 or 16342562. OLE color: 16342562.

HSL color Cylindrical-coordinate representation of color #225EF9: hue angle of 223.26º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #225EF9 is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB3494249-
CMYK0.860.6200.02
HSL223.26º94.71%55.49%-
HSV(B)223.26º86.35%97.65%-
XYZ21.7615.1991.41-
YUV93.73215.6285.4-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.02%
GREEN value IS 94 (37.11% from 255) = 24.93%
BLUE value IS 249 (97.66% from 255) = 66.05%
R=9.02%
G=24.93%
B=66.05%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal34942490.860.6200.02223.2694.7155.49
Hex225EF9563E02df5f37
Octal42136371126760233713767
Binary1000101011110111110011010110111110010110111111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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