Html Css Color HEX #506BEF Royal Blue

📋 copy color: '#506BEF'

red 80 ◦ green 107 ◦ blue 239

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

Shades of Royal Blue #506BEF

Tints of Royal Blue #506BEF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.12%

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

R = 18.78%
G = 25.12%
B = 56.1%

CMYK

 C value IS 0.67

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#506BEF (or 0x506BEF) is known color: Royal Blue. HEX triplet: 50, 6B and EF. RGB value is (80,107,239). Sum of RGB (Red+Green+Blue) = 80+107+239=426 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.78% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 239 (93.75% from 255 or 56.10% from 426); Max value from RGB is 239 - color contains mainly: blue. Hex color #506BEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #506BEF is #AF9410. Grayscale: #717171. Windows color (decimal): -11506705 or 15690576. OLE color: 15690576.

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

Color convert

RGB 80 107 239 -
CMYK 0.67 0.55 0 0.06
HSL 229.81º 0.83% 0.63% -
HSV(B) 229.81º 0.67% 0.94% -
XYZ 24.15 18.45 83.95 -
YUV 113.98 198.55 103.77 -
System Red Green Blue C M Y K H S L
Decimal 80 107 239 0.67 0.55 0 0.06 229.81 0.83 0.63
Hex 50 6B EF 43 37 0 6 E6 53 3F
Octal 120 153 357 103 67 0 6 346 123 77
Binary 1010000 1101011 11101111 1000011 110111 0 110 11100110 1010011 111111

Color Harmonies of #506BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506BEF

Black with #506BEF

Text Example


Text Example

White with #506BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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