Html Css Color HEX #5068DA Royal Blue

📋 copy color: '#5068DA'

red 80 ◦ green 104 ◦ blue 218

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

Shades of Royal Blue #5068DA

Tints of Royal Blue #5068DA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.87%

 BLUE value IS 218 (85.55% from 255) = 54.23%

R = 19.9%
G = 25.87%
B = 54.23%

CMYK

 C value IS 0.63

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5068DA (or 0x5068DA) is known color: Royal Blue. HEX triplet: 50, 68 and DA. RGB value is (80,104,218). Sum of RGB (Red+Green+Blue) = 80+104+218=402 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.90% from 402); Green value is 104 (41.02% from 255 or 25.87% from 402); Blue value is 218 (85.55% from 255 or 54.23% from 402); Max value from RGB is 218 - color contains mainly: blue. Hex color #5068DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5068DA is #AF9725. Grayscale: #6D6D6D. Windows color (decimal): -11507494 or 14313552. OLE color: 14313552.

HSL color Cylindrical-coordinate representation of color #5068DA: hue angle of 229.57º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5068DA is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 104 218 -
CMYK 0.63 0.52 0 0.15
HSL 229.57º 0.65% 0.58% -
HSV(B) 229.57º 0.63% 0.85% -
XYZ 20.91 16.67 68.44 -
YUV 109.82 189.05 106.73 -
System Red Green Blue C M Y K H S L
Decimal 80 104 218 0.63 0.52 0 0.15 229.57 0.65 0.58
Hex 50 68 DA 3F 34 0 F E6 41 3A
Octal 120 150 332 77 64 0 17 346 101 72
Binary 1010000 1101000 11011010 111111 110100 0 1111 11100110 1000001 111010

Color Harmonies of #5068DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5068DA

Black with #5068DA

Text Example


Text Example

White with #5068DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5068DA; }

 p { color: rgb(80,104,218); }

 H1.HeaderClassName
 {
   color: #5068DA;
 }
 .AnyTagClassName
 {
   color: #5068DA;
 }
</style>

background-color css

<style>
 a { background-color: #5068DA; }

 a { background-color: rgb(80,104,218); }

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

border-color css

<style>
 span { border-color: #5068DA; }

 span { border-color: rgb(80,104,218); }

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