Html Css Color HEX #5064D3 Royal Blue

📋 copy color: '#5064D3'

red 80 ◦ green 100 ◦ blue 211

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

Shades of Royal Blue #5064D3

Tints of Royal Blue #5064D3

RGB

 RED value IS 80 (31.64% from 255) = 20.46%

 GREEN value IS 100 (39.45% from 255) = 25.58%

 BLUE value IS 211 (82.81% from 255) = 53.96%

R = 20.46%
G = 25.58%
B = 53.96%

CMYK

 C value IS 0.62

 M value IS 0.53

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#5064D3 (or 0x5064D3) is known color: Royal Blue. HEX triplet: 50, 64 and D3. RGB value is (80,100,211). Sum of RGB (Red+Green+Blue) = 80+100+211=391 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.46% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 211 (82.81% from 255 or 53.96% from 391); Max value from RGB is 211 - color contains mainly: blue. Hex color #5064D3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5064D3 is #AF9B2C. Grayscale: #6A6A6A. Windows color (decimal): -11508525 or 13853776. OLE color: 13853776.

HSL color Cylindrical-coordinate representation of color #5064D3: hue angle of 230.84º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5064D3 is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 80 100 211 -
CMYK 0.62 0.53 0 0.17
HSL 230.84º 0.6% 0.57% -
HSV(B) 230.84º 0.62% 0.83% -
XYZ 19.62 15.52 63.59 -
YUV 106.67 186.87 108.97 -
System Red Green Blue C M Y K H S L
Decimal 80 100 211 0.62 0.53 0 0.17 230.84 0.6 0.57
Hex 50 64 D3 3E 35 0 11 E7 3C 39
Octal 120 144 323 76 65 0 21 347 74 71
Binary 1010000 1100100 11010011 111110 110101 0 10001 11100111 111100 111001

Color Harmonies of #5064D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5064D3

Black with #5064D3

Text Example


Text Example

White with #5064D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5064D3; }

 p { color: rgb(80,100,211); }

 H1.HeaderClassName
 {
   color: #5064D3;
 }
 .AnyTagClassName
 {
   color: #5064D3;
 }
</style>

background-color css

<style>
 a { background-color: #5064D3; }

 a { background-color: rgb(80,100,211); }

 div.DivClassName
 {
   background-color: #5064D3;
 }
 .BgClassName
 {
   background-color: #5064D3;
 }
</style>

border-color css

<style>
 span { border-color: #5064D3; }

 span { border-color: rgb(80,100,211); }

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