#226FF0

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

Shades of Royal Blue #226FF0

Tints of Royal Blue #226FF0

Color information

#226FF0 (or 0x226FF0) is unknown color: approx Royal Blue. HEX triplet: 22, 6F and F0. RGB value is (34,111,240). Sum of RGB (Red+Green+Blue) = 34+111+240=385 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.83% from 385); Green value is 111 (43.75% from 255 or 28.83% from 385); Blue value is 240 (94.14% from 255 or 62.34% from 385); Max value from RGB is 240 - color contains mainly: blue. Hex color #226FF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #226FF0 is #DD900F. Grayscale: #666666. Windows color (decimal): -14520336 or 15757090. OLE color: 15757090.

HSL color Cylindrical-coordinate representation of color #226FF0: hue angle of 217.57º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #226FF0 is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB34111240-
CMYK0.860.5400.06
HSL217.57º87.29%53.73%-
HSV(B)217.57º85.83%94.12%-
XYZ22.071884.75-
YUV102.68205.4979.01-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 8.83%
GREEN value IS 111 (43.75% from 255) = 28.83%
BLUE value IS 240 (94.14% from 255) = 62.34%
R=8.83%
G=28.83%
B=62.34%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal341112400.860.5400.06217.5787.2953.73
Hex226FF0563606da5736
Octal42157360126660633212766
Binary10001011011111111000010101101101100110110110101010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226FF0; }

 p { color: rgb(34,111,240); }

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

<style>
 a { background-color: #226FF0; }

 a { background-color: rgb(34,111,240); }

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

<style>
 span { border-color: #226FF0; }

 span { border-color: rgb(34,111,240); }

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