Html Css Color HEX #5068ED Royal Blue

📋 copy color: '#5068ED'

red 80 ◦ green 104 ◦ blue 237

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

Shades of Royal Blue #5068ED

Tints of Royal Blue #5068ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 56.29%

R = 19%
G = 24.7%
B = 56.29%

CMYK

 C value IS 0.66

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5068ED (or 0x5068ED) is known color: Royal Blue. HEX triplet: 50, 68 and ED. RGB value is (80,104,237). Sum of RGB (Red+Green+Blue) = 80+104+237=421 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.00% from 421); Green value is 104 (41.02% from 255 or 24.70% from 421); Blue value is 237 (92.97% from 255 or 56.29% from 421); Max value from RGB is 237 - color contains mainly: blue. Hex color #5068ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5068ED is #AF9712. Grayscale: #6F6F6F. Windows color (decimal): -11507475 or 15558736. OLE color: 15558736.

HSL color Cylindrical-coordinate representation of color #5068ED: hue angle of 230.83º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5068ED is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 104 237 -
CMYK 0.66 0.56 0 0.07
HSL 230.83º 0.81% 0.62% -
HSV(B) 230.83º 0.66% 0.93% -
XYZ 23.54 17.72 82.3 -
YUV 111.99 198.55 105.19 -
System Red Green Blue C M Y K H S L
Decimal 80 104 237 0.66 0.56 0 0.07 230.83 0.81 0.62
Hex 50 68 ED 42 38 0 7 E7 51 3E
Octal 120 150 355 102 70 0 7 347 121 76
Binary 1010000 1101000 11101101 1000010 111000 0 111 11100111 1010001 111110

Color Harmonies of #5068ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5068ED

Black with #5068ED

Text Example


Text Example

White with #5068ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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