#226DEC

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

Shades of Royal Blue #226DEC

Tints of Royal Blue #226DEC

Color information

#226DEC (or 0x226DEC) is unknown color: approx Royal Blue. HEX triplet: 22, 6D and EC. RGB value is (34,109,236). Sum of RGB (Red+Green+Blue) = 34+109+236=379 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.97% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 236 (92.58% from 255 or 62.27% from 379); Max value from RGB is 236 - color contains mainly: blue. Hex color #226DEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #226DEC is #DD9213. Grayscale: #646464. Windows color (decimal): -14520852 or 15494434. OLE color: 15494434.

HSL color Cylindrical-coordinate representation of color #226DEC: hue angle of 217.72º degrees, saturation: 0.84, 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 #226DEC is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB34109236-
CMYK0.860.5400.07
HSL217.72º84.17%52.94%-
HSV(B)217.72º85.59%92.55%-
XYZ21.2717.3381.58-
YUV101.05204.1580.17-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 8.97%
GREEN value IS 109 (42.97% from 255) = 28.76%
BLUE value IS 236 (92.58% from 255) = 62.27%
R=8.97%
G=28.76%
B=62.27%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal341092360.860.5400.07217.7284.1752.94
Hex226DEC563607da5435
Octal42155354126660733212465
Binary10001011011011110110010101101101100111110110101010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,109,236); }

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

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

 a { background-color: rgb(34,109,236); }

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

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

 span { border-color: rgb(34,109,236); }

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