#4059DB

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

Shades of Royal Blue #4059DB

Tints of Royal Blue #4059DB

Color information

#4059DB (or 0x4059DB) is unknown color: approx Royal Blue. HEX triplet: 40, 59 and DB. RGB value is (64,89,219). Sum of RGB (Red+Green+Blue) = 64+89+219=372 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.20% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 219 (85.94% from 255 or 58.87% from 372); Max value from RGB is 219 - color contains mainly: blue. Hex color #4059DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4059DB is #BFA624. Grayscale: #5F5F5F. Windows color (decimal): -12559909 or 14375232. OLE color: 14375232.

HSL color Cylindrical-coordinate representation of color #4059DB: hue angle of 230.32º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4059DB is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB6489219-
CMYK0.710.5900.14
HSL230.32º68.28%55.49%-
HSV(B)230.32º70.78%85.88%-
XYZ18.4713.3568.62-
YUV96.34197.22104.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.20%
GREEN value IS 89 (35.16% from 255) = 23.92%
BLUE value IS 219 (85.94% from 255) = 58.87%
R=17.20%
G=23.92%
B=58.87%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal64892190.710.5900.14230.3268.2855.49
Hex4059DB473B0Ee64437
Octal1001313331077301634610467
Binary1000000101100111011011100011111101101110111001101000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4059DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4059DB; }

 p { color: rgb(64,89,219); }

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

<style>
 a { background-color: #4059DB; }

 a { background-color: rgb(64,89,219); }

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

<style>
 span { border-color: #4059DB; }

 span { border-color: rgb(64,89,219); }

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