Html Css Color HEX #5066EF Royal Blue

📋 copy color: '#5066EF'

red 80 ◦ green 102 ◦ blue 239

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

Shades of Royal Blue #5066EF

Tints of Royal Blue #5066EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 56.77%

R = 19%
G = 24.23%
B = 56.77%

CMYK

 C value IS 0.67

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5066EF (or 0x5066EF) is known color: Royal Blue. HEX triplet: 50, 66 and EF. RGB value is (80,102,239). Sum of RGB (Red+Green+Blue) = 80+102+239=421 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.00% from 421); Green value is 102 (40.23% from 255 or 24.23% from 421); Blue value is 239 (93.75% from 255 or 56.77% from 421); Max value from RGB is 239 - color contains mainly: blue. Hex color #5066EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5066EF is #AF9910. Grayscale: #6E6E6E. Windows color (decimal): -11507985 or 15689296. OLE color: 15689296.

HSL color Cylindrical-coordinate representation of color #5066EF: hue angle of 231.7º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5066EF is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 80 102 239 -
CMYK 0.67 0.57 0 0.06
HSL 231.7º 0.83% 0.63% -
HSV(B) 231.7º 0.67% 0.94% -
XYZ 23.64 17.44 83.78 -
YUV 111.04 200.21 105.86 -
System Red Green Blue C M Y K H S L
Decimal 80 102 239 0.67 0.57 0 0.06 231.7 0.83 0.63
Hex 50 66 EF 43 39 0 6 E8 53 3F
Octal 120 146 357 103 71 0 6 350 123 77
Binary 1010000 1100110 11101111 1000011 111001 0 110 11101000 1010011 111111

Color Harmonies of #5066EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5066EF

Black with #5066EF

Text Example


Text Example

White with #5066EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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