#225BEE

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

Shades of Royal Blue #225BEE

Tints of Royal Blue #225BEE

Color information

#225BEE (or 0x225BEE) is unknown color: approx Royal Blue. HEX triplet: 22, 5B and EE. RGB value is (34,91,238). Sum of RGB (Red+Green+Blue) = 34+91+238=363 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.37% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 238 (93.36% from 255 or 65.56% from 363); Max value from RGB is 238 - color contains mainly: blue. Hex color #225BEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #225BEE is #DDA411. Grayscale: #5A5A5A. Windows color (decimal): -14525458 or 15620898. OLE color: 15620898.

HSL color Cylindrical-coordinate representation of color #225BEE: hue angle of 223.24º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #225BEE is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB3491238-
CMYK0.860.6200.07
HSL223.24º85.71%53.33%-
HSV(B)223.24º85.71%93.33%-
XYZ19.831482.54-
YUV90.72211.1287.55-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.37%
GREEN value IS 91 (35.94% from 255) = 25.07%
BLUE value IS 238 (93.36% from 255) = 65.56%
R=9.37%
G=25.07%
B=65.56%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal34912380.860.6200.07223.2485.7153.33
Hex225BEE563E07df5635
Octal42133356126760733712665
Binary10001010110111110111010101101111100111110111111010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,91,238); }

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

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

 a { background-color: rgb(34,91,238); }

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

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

 span { border-color: rgb(34,91,238); }

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