#224EEA

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

Shades of Royal Blue #224EEA

Tints of Royal Blue #224EEA

Color information

#224EEA (or 0x224EEA) is unknown color: approx Royal Blue. HEX triplet: 22, 4E and EA. RGB value is (34,78,234). Sum of RGB (Red+Green+Blue) = 34+78+234=346 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.83% from 346); Green value is 78 (30.86% from 255 or 22.54% from 346); Blue value is 234 (91.80% from 255 or 67.63% from 346); Max value from RGB is 234 - color contains mainly: blue. Hex color #224EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #224EEA is #DDB115. Grayscale: #515151. Windows color (decimal): -14528790 or 15355426. OLE color: 15355426.

HSL color Cylindrical-coordinate representation of color #224EEA: hue angle of 226.8º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #224EEA is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB3478234-
CMYK0.850.6700.08
HSL226.8º82.64%52.55%-
HSV(B)226.8º85.47%91.76%-
XYZ18.2411.7379.14-
YUV82.63213.4293.32-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.83%
GREEN value IS 78 (30.86% from 255) = 22.54%
BLUE value IS 234 (91.80% from 255) = 67.63%
R=9.83%
G=22.54%
B=67.63%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal34782340.850.6700.08226.882.6452.55
Hex224EEA554308e35335
Octal4211635212510301034312365
Binary1000101001110111010101010101100001101000111000111010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224EEA; }

 p { color: rgb(34,78,234); }

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

<style>
 a { background-color: #224EEA; }

 a { background-color: rgb(34,78,234); }

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

<style>
 span { border-color: #224EEA; }

 span { border-color: rgb(34,78,234); }

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