#5E74DC

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

Shades of Royal Blue #5E74DC

Tints of Royal Blue #5E74DC

Color information

#5E74DC (or 0x5E74DC) is unknown color: approx Royal Blue. HEX triplet: 5E, 74 and DC. RGB value is (94,116,220). Sum of RGB (Red+Green+Blue) = 94+116+220=430 (56% of max value = 765). Red value is 94 (37.11% from 255 or 21.86% from 430); Green value is 116 (45.70% from 255 or 26.98% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #5E74DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E74DC is #A18B23. Grayscale: #787878. Windows color (decimal): -10586916 or 14447710. OLE color: 14447710.

HSL color Cylindrical-coordinate representation of color #5E74DC: hue angle of 229.52º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E74DC is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB94116220-
CMYK0.570.4700.14
HSL229.52º64.29%61.57%-
HSV(B)229.52º57.27%86.27%-
XYZ23.7820.0470.32-
YUV121.28183.71108.54-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.86%
GREEN value IS 116 (45.70% from 255) = 26.98%
BLUE value IS 220 (86.33% from 255) = 51.16%
R=21.86%
G=26.98%
B=51.16%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal941162200.570.4700.14229.5264.2961.57
Hex5E74DC392F0Ee6403e
Octal136164334715701634610076
Binary101111011101001101110011100110111101110111001101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E74DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E74DC; }

 p { color: rgb(94,116,220); }

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

<style>
 a { background-color: #5E74DC; }

 a { background-color: rgb(94,116,220); }

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

<style>
 span { border-color: #5E74DC; }

 span { border-color: rgb(94,116,220); }

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