#5B70DC

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

Shades of Royal Blue #5B70DC

Tints of Royal Blue #5B70DC

Color information

#5B70DC (or 0x5B70DC) is unknown color: approx Royal Blue. HEX triplet: 5B, 70 and DC. RGB value is (91,112,220). Sum of RGB (Red+Green+Blue) = 91+112+220=423 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.51% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #5B70DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B70DC is #A48F23. Grayscale: #757575. Windows color (decimal): -10784548 or 14446683. OLE color: 14446683.

HSL color Cylindrical-coordinate representation of color #5B70DC: hue angle of 230.23º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5B70DC is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB91112220-
CMYK0.590.4900.14
HSL230.23º64.82%60.98%-
HSV(B)230.23º58.64%86.27%-
XYZ23.0318.9870.16-
YUV118.03185.54108.72-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.51%
GREEN value IS 112 (44.14% from 255) = 26.48%
BLUE value IS 220 (86.33% from 255) = 52.01%
R=21.51%
G=26.48%
B=52.01%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal911122200.590.4900.14230.2364.8260.98
Hex5B70DC3B310Ee6413d
Octal133160334736101634610175
Binary101101111100001101110011101111000101110111001101000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B70DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,112,220); }

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

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

 a { background-color: rgb(91,112,220); }

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

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

 span { border-color: rgb(91,112,220); }

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