Html Css Color HEX #5068D2 Royal Blue

📋 copy color: '#5068D2'

red 80 ◦ green 104 ◦ blue 210

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

Shades of Royal Blue #5068D2

Tints of Royal Blue #5068D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 53.3%

R = 20.3%
G = 26.4%
B = 53.3%

CMYK

 C value IS 0.62

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5068D2 (or 0x5068D2) is known color: Royal Blue. HEX triplet: 50, 68 and D2. RGB value is (80,104,210). Sum of RGB (Red+Green+Blue) = 80+104+210=394 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.30% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 210 (82.42% from 255 or 53.30% from 394); Max value from RGB is 210 - color contains mainly: blue. Hex color #5068D2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5068D2 is #AF972D. Grayscale: #6C6C6C. Windows color (decimal): -11507502 or 13789264. OLE color: 13789264.

HSL color Cylindrical-coordinate representation of color #5068D2: hue angle of 228.92º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5068D2 is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 80 104 210 -
CMYK 0.62 0.50 0 0.18
HSL 228.92º 0.59% 0.57% -
HSV(B) 228.92º 0.62% 0.82% -
XYZ 19.89 16.26 63.06 -
YUV 108.91 185.05 107.38 -
System Red Green Blue C M Y K H S L
Decimal 80 104 210 0.62 0.50 0 0.18 228.92 0.59 0.57
Hex 50 68 D2 3E 32 0 12 E5 3B 39
Octal 120 150 322 76 62 0 22 345 73 71
Binary 1010000 1101000 11010010 111110 110010 0 10010 11100101 111011 111001

Color Harmonies of #5068D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5068D2

Black with #5068D2

Text Example


Text Example

White with #5068D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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