#226DE4

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

Shades of Royal Blue #226DE4

Tints of Royal Blue #226DE4

Color information

#226DE4 (or 0x226DE4) is unknown color: approx Royal Blue. HEX triplet: 22, 6D and E4. RGB value is (34,109,228). Sum of RGB (Red+Green+Blue) = 34+109+228=371 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.16% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 228 (89.45% from 255 or 61.46% from 371); Max value from RGB is 228 - color contains mainly: blue. Hex color #226DE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #226DE4 is #DD921B. Grayscale: #636363. Windows color (decimal): -14520860 or 14970146. OLE color: 14970146.

HSL color Cylindrical-coordinate representation of color #226DE4: hue angle of 216.8º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #226DE4 is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB34109228-
CMYK0.850.5200.11
HSL216.8º78.23%51.37%-
HSV(B)216.8º85.09%89.41%-
XYZ20.1316.8875.6-
YUV100.14200.1580.82-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.16%
GREEN value IS 109 (42.97% from 255) = 29.38%
BLUE value IS 228 (89.45% from 255) = 61.46%
R=9.16%
G=29.38%
B=61.46%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal341092280.850.5200.11216.878.2351.37
Hex226DE455340Bd94e33
Octal421553441256401333111663
Binary100010110110111100100101010111010001011110110011001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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