Html Css Color HEX #5068F6 Royal Blue

📋 copy color: '#5068F6'

red 80 ◦ green 104 ◦ blue 246

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

Shades of Royal Blue #5068F6

Tints of Royal Blue #5068F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 57.21%

R = 18.6%
G = 24.19%
B = 57.21%

CMYK

 C value IS 0.67

 M value IS 0.58

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5068F6 (or 0x5068F6) is known color: Royal Blue. HEX triplet: 50, 68 and F6. RGB value is (80,104,246). Sum of RGB (Red+Green+Blue) = 80+104+246=430 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.60% from 430); Green value is 104 (41.02% from 255 or 24.19% from 430); Blue value is 246 (96.48% from 255 or 57.21% from 430); Max value from RGB is 246 - color contains mainly: blue. Hex color #5068F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5068F6 is #AF9709. Grayscale: #707070. Windows color (decimal): -11507466 or 16148560. OLE color: 16148560.

HSL color Cylindrical-coordinate representation of color #5068F6: hue angle of 231.33º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5068F6 is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 80 104 246 -
CMYK 0.67 0.58 0 0.04
HSL 231.33º 0.9% 0.64% -
HSV(B) 231.33º 0.67% 0.96% -
XYZ 24.89 18.26 89.4 -
YUV 113.01 203.05 104.45 -
System Red Green Blue C M Y K H S L
Decimal 80 104 246 0.67 0.58 0 0.04 231.33 0.9 0.64
Hex 50 68 F6 43 3A 0 4 E7 5A 40
Octal 120 150 366 103 72 0 4 347 132 100
Binary 1010000 1101000 11110110 1000011 111010 0 100 11100111 1011010 1000000

Color Harmonies of #5068F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5068F6

Black with #5068F6

Text Example


Text Example

White with #5068F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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