#224FEE

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

Shades of Royal Blue #224FEE

Tints of Royal Blue #224FEE

Color information

#224FEE (or 0x224FEE) is unknown color: approx Royal Blue. HEX triplet: 22, 4F and EE. RGB value is (34,79,238). Sum of RGB (Red+Green+Blue) = 34+79+238=351 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.69% from 351); Green value is 79 (31.25% from 255 or 22.51% from 351); Blue value is 238 (93.36% from 255 or 67.81% from 351); Max value from RGB is 238 - color contains mainly: blue. Hex color #224FEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #224FEE is #DDB011. Grayscale: #525252. Windows color (decimal): -14528530 or 15617826. OLE color: 15617826.

HSL color Cylindrical-coordinate representation of color #224FEE: hue angle of 226.76º 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 #224FEE is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB3479238-
CMYK0.860.6700.07
HSL226.76º85.71%53.33%-
HSV(B)226.76º85.71%93.33%-
XYZ18.8912.1182.23-
YUV83.67215.0992.57-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.69%
GREEN value IS 79 (31.25% from 255) = 22.51%
BLUE value IS 238 (93.36% from 255) = 67.81%
R=9.69%
G=22.51%
B=67.81%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal34792380.860.6700.07226.7685.7153.33
Hex224FEE564307e35635
Octal421173561261030734312665
Binary100010100111111101110101011010000110111111000111010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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