#445AEA

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

Shades of Royal Blue #445AEA

Tints of Royal Blue #445AEA

Color information

#445AEA (or 0x445AEA) is unknown color: approx Royal Blue. HEX triplet: 44, 5A and EA. RGB value is (68,90,234). Sum of RGB (Red+Green+Blue) = 68+90+234=392 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.35% from 392); Green value is 90 (35.55% from 255 or 22.96% from 392); Blue value is 234 (91.80% from 255 or 59.69% from 392); Max value from RGB is 234 - color contains mainly: blue. Hex color #445AEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #445AEA is #BBA515. Grayscale: #636363. Windows color (decimal): -12297494 or 15358532. OLE color: 15358532.

HSL color Cylindrical-coordinate representation of color #445AEA: hue angle of 232.05º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #445AEA is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB6890234-
CMYK0.710.6200.08
HSL232.05º79.81%59.22%-
HSV(B)232.05º70.94%91.76%-
XYZ20.8914.4879.54-
YUV99.84203.71105.29-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.35%
GREEN value IS 90 (35.55% from 255) = 22.96%
BLUE value IS 234 (91.80% from 255) = 59.69%
R=17.35%
G=22.96%
B=59.69%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal68902340.710.6200.08232.0579.8159.22
Hex445AEA473E08e8503b
Octal1041323521077601035012073
Binary1000100101101011101010100011111111001000111010001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445AEA; }

 p { color: rgb(68,90,234); }

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

<style>
 a { background-color: #445AEA; }

 a { background-color: rgb(68,90,234); }

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

<style>
 span { border-color: #445AEA; }

 span { border-color: rgb(68,90,234); }

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