Html Css Color HEX #506FEE Royal Blue

📋 copy color: '#506FEE'

red 80 ◦ green 111 ◦ blue 238

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

Shades of Royal Blue #506FEE

Tints of Royal Blue #506FEE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.87%

 BLUE value IS 238 (93.36% from 255) = 55.48%

R = 18.65%
G = 25.87%
B = 55.48%

CMYK

 C value IS 0.66

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#506FEE (or 0x506FEE) is known color: Royal Blue. HEX triplet: 50, 6F and EE. RGB value is (80,111,238). Sum of RGB (Red+Green+Blue) = 80+111+238=429 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.65% from 429); Green value is 111 (43.75% from 255 or 25.87% from 429); Blue value is 238 (93.36% from 255 or 55.48% from 429); Max value from RGB is 238 - color contains mainly: blue. Hex color #506FEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #506FEE is #AF9011. Grayscale: #737373. Windows color (decimal): -11505682 or 15626064. OLE color: 15626064.

HSL color Cylindrical-coordinate representation of color #506FEE: hue angle of 228.23º degrees, saturation: 0.82, 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 #506FEE is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 111 238 -
CMYK 0.66 0.53 0 0.07
HSL 228.23º 0.82% 0.62% -
HSV(B) 228.23º 0.66% 0.93% -
XYZ 24.43 19.25 83.32 -
YUV 116.21 196.73 102.17 -
System Red Green Blue C M Y K H S L
Decimal 80 111 238 0.66 0.53 0 0.07 228.23 0.82 0.62
Hex 50 6F EE 42 35 0 7 E4 52 3E
Octal 120 157 356 102 65 0 7 344 122 76
Binary 1010000 1101111 11101110 1000010 110101 0 111 11100100 1010010 111110

Color Harmonies of #506FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506FEE

Black with #506FEE

Text Example


Text Example

White with #506FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,111,238); }

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

background-color css

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

 a { background-color: rgb(80,111,238); }

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

border-color css

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

 span { border-color: rgb(80,111,238); }

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