Html Css Color HEX #5066D0 Royal Blue

📋 copy color: '#5066D0'

red 80 ◦ green 102 ◦ blue 208

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

Shades of Royal Blue #5066D0

Tints of Royal Blue #5066D0

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.15%

 BLUE value IS 208 (81.64% from 255) = 53.33%

R = 20.51%
G = 26.15%
B = 53.33%

CMYK

 C value IS 0.62

 M value IS 0.51

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5066D0 (or 0x5066D0) is known color: Royal Blue. HEX triplet: 50, 66 and D0. RGB value is (80,102,208). Sum of RGB (Red+Green+Blue) = 80+102+208=390 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.51% from 390); Green value is 102 (40.23% from 255 or 26.15% from 390); Blue value is 208 (81.64% from 255 or 53.33% from 390); Max value from RGB is 208 - color contains mainly: blue. Hex color #5066D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5066D0 is #AF992F. Grayscale: #6B6B6B. Windows color (decimal): -11508016 or 13657680. OLE color: 13657680.

HSL color Cylindrical-coordinate representation of color #5066D0: hue angle of 229.69º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5066D0 is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 80 102 208 -
CMYK 0.62 0.51 0 0.18
HSL 229.69º 0.58% 0.56% -
HSV(B) 229.69º 0.62% 0.82% -
XYZ 19.44 15.76 61.69 -
YUV 107.51 184.71 108.38 -
System Red Green Blue C M Y K H S L
Decimal 80 102 208 0.62 0.51 0 0.18 229.69 0.58 0.56
Hex 50 66 D0 3E 33 0 12 E6 3A 38
Octal 120 146 320 76 63 0 22 346 72 70
Binary 1010000 1100110 11010000 111110 110011 0 10010 11100110 111010 111000

Color Harmonies of #5066D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5066D0

Black with #5066D0

Text Example


Text Example

White with #5066D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5066D0; }

 p { color: rgb(80,102,208); }

 H1.HeaderClassName
 {
   color: #5066D0;
 }
 .AnyTagClassName
 {
   color: #5066D0;
 }
</style>

background-color css

<style>
 a { background-color: #5066D0; }

 a { background-color: rgb(80,102,208); }

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

border-color css

<style>
 span { border-color: #5066D0; }

 span { border-color: rgb(80,102,208); }

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