Html Css Color HEX #506EEF Royal Blue

📋 copy color: '#506EEF'

red 80 ◦ green 110 ◦ blue 239

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

Shades of Royal Blue #506EEF

Tints of Royal Blue #506EEF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.64%

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

R = 18.65%
G = 25.64%
B = 55.71%

CMYK

 C value IS 0.67

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#506EEF (or 0x506EEF) is known color: Royal Blue. HEX triplet: 50, 6E and EF. RGB value is (80,110,239). Sum of RGB (Red+Green+Blue) = 80+110+239=429 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.65% from 429); Green value is 110 (43.36% from 255 or 25.64% from 429); Blue value is 239 (93.75% from 255 or 55.71% from 429); Max value from RGB is 239 - color contains mainly: blue. Hex color #506EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #506EEF is #AF9110. Grayscale: #737373. Windows color (decimal): -11505937 or 15691344. OLE color: 15691344.

HSL color Cylindrical-coordinate representation of color #506EEF: hue angle of 228.68º 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 #506EEF is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 80 110 239 -
CMYK 0.67 0.54 0 0.06
HSL 228.68º 0.83% 0.63% -
HSV(B) 228.68º 0.67% 0.94% -
XYZ 24.46 19.09 84.06 -
YUV 115.74 197.56 102.51 -
System Red Green Blue C M Y K H S L
Decimal 80 110 239 0.67 0.54 0 0.06 228.68 0.83 0.63
Hex 50 6E EF 43 36 0 6 E5 53 3F
Octal 120 156 357 103 66 0 6 345 123 77
Binary 1010000 1101110 11101111 1000011 110110 0 110 11100101 1010011 111111

Color Harmonies of #506EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506EEF

Black with #506EEF

Text Example


Text Example

White with #506EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506EEF; }

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

 H1.HeaderClassName
 {
   color: #506EEF;
 }
 .AnyTagClassName
 {
   color: #506EEF;
 }
</style>

background-color css

<style>
 a { background-color: #506EEF; }

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

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

border-color css

<style>
 span { border-color: #506EEF; }

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

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