Html Css Color HEX #506FF2 Royal Blue

📋 copy color: '#506FF2'

red 80 ◦ green 111 ◦ blue 242

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

Shades of Royal Blue #506FF2

Tints of Royal Blue #506FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 55.89%

R = 18.48%
G = 25.64%
B = 55.89%

CMYK

 C value IS 0.67

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#506FF2 (or 0x506FF2) is known color: Royal Blue. HEX triplet: 50, 6F and F2. RGB value is (80,111,242). Sum of RGB (Red+Green+Blue) = 80+111+242=433 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.48% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 242 (94.92% from 255 or 55.89% from 433); Max value from RGB is 242 - color contains mainly: blue. Hex color #506FF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #506FF2 is #AF900D. Grayscale: #747474. Windows color (decimal): -11505678 or 15888208. OLE color: 15888208.

HSL color Cylindrical-coordinate representation of color #506FF2: hue angle of 228.52º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #506FF2 is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 80 111 242 -
CMYK 0.67 0.54 0 0.05
HSL 228.52º 0.86% 0.63% -
HSV(B) 228.52º 0.67% 0.95% -
XYZ 25.02 19.49 86.45 -
YUV 116.67 198.73 101.85 -
System Red Green Blue C M Y K H S L
Decimal 80 111 242 0.67 0.54 0 0.05 228.52 0.86 0.63
Hex 50 6F F2 43 36 0 5 E5 56 3F
Octal 120 157 362 103 66 0 5 345 126 77
Binary 1010000 1101111 11110010 1000011 110110 0 101 11100101 1010110 111111

Color Harmonies of #506FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506FF2

Black with #506FF2

Text Example


Text Example

White with #506FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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