Html Css Color HEX #4059DB Royal Blue

📋 copy color: '#4059DB'

red 64 ◦ green 89 ◦ blue 219

#4059DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #4059DB

Tints of Royal Blue #4059DB

RGB

 RED value IS 64 (25.39% from 255) = 17.2%

 GREEN value IS 89 (35.16% from 255) = 23.92%

 BLUE value IS 219 (85.94% from 255) = 58.87%

R = 17.2%
G = 23.92%
B = 58.87%

CMYK

 C value IS 0.71

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4059DB (or 0x4059DB) is known color: 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

RGB 64 89 219 -
CMYK 0.71 0.59 0 0.14
HSL 230.32º 0.68% 0.55% -
HSV(B) 230.32º 0.71% 0.86% -
XYZ 18.47 13.35 68.62 -
YUV 96.35 197.22 104.93 -
System Red Green Blue C M Y K H S L
Decimal 64 89 219 0.71 0.59 0 0.14 230.32 0.68 0.55
Hex 40 59 DB 47 3B 0 E E6 44 37
Octal 100 131 333 107 73 0 16 346 104 67
Binary 1000000 1011001 11011011 1000111 111011 0 1110 11100110 1000100 110111

Color Harmonies of #4059DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4059DB

Black with #4059DB

Text Example


Text Example

White with #4059DB

Text Example


Text Example

HTML Codes & Css Web 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>